
Claude AI connected to Ainvest MCP
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Connecting AI chatbots to Ainvest financial data

Claude AI connected to Ainvest MCP
Authorization: Bearer {AUTH_TOKEN}
claude mcp add --transport http ainvest https://docsmcp.ainvest.com --header "Authorization: Bearer ${AUTH_TOKEN}" -s user
"remote ainvest": {
"command": "npx",
"args": [
"mcp-remote",
"https://docsmcp.ainvest.com",
"--header",
"Authorization: Bearer ${AUTH_TOKEN}"
],
"env": {
"AUTH_TOKEN": "your token goes here"
}
}