Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.openfinance.tech/llms.txt

Use this file to discover all available pages before exploring further.

If you are on Claude Code, both pieces install in two commands.

1. Install the OpenFinance skills

Skills are recommended but optional. They teach the agent how to use the tools well.
npx skills add openfinance-tech/skills -y

2. Add the MCP server

No key is needed for public market data:
claude mcp add openfinance-tech \
  --transport http "https://api.openfinance.tech/agent/mcp"

Want wallet-scoped tools too?

Add your API key as a header:
claude mcp add openfinance-tech \
  --transport http "https://api.openfinance.tech/agent/mcp" \
  --header "x-api-key: open_xxxxx"
Restart Claude Code and you are done.

Next steps

Skills vs MCP

Learn the difference between the two pieces.

API Keys

Understand when you need an API key.