VS Code
Install in VS CodeRun MCP: Add Server and choose HTTP, or save this as .vscode/mcp.json:
{
"servers": {
"breadth": {
"type": "http",
"url": "https://api.breadth.app/mcp"
}
}
}AI & MCP access
Connect a compatible AI client through OAuth—no API key to create or copy. Access is read-only and currently covers S&P 500 SMA20 snapshots and history.
Same-day
S&P 500 SMA20 data
Full history
No one-year cutoff
Secure
OAuth · 10 calls/min
Setup guide
Breadth is a hosted Streamable HTTP MCP server. There is no package, local process, or API key to install—register the server URL in your client, then complete OAuth in your browser.
Server URL
https://api.breadth.app/mcpUse the API URL exactly as shown. The page you are reading is documentation, not the MCP endpoint.
Choose the client you use. Configuration is per user unless you place it in a project file.
Run MCP: Add Server and choose HTTP, or save this as .vscode/mcp.json:
{
"servers": {
"breadth": {
"type": "http",
"url": "https://api.breadth.app/mcp"
}
}
}Save this as ~/.cursor/mcp.json, or use .cursor/mcp.json for one project:
{
"mcpServers": {
"breadth": {
"url": "https://api.breadth.app/mcp"
}
}
}Add Breadth as a user-level HTTP server from your terminal:
claude mcp add --transport http breadth https://api.breadth.app/mcp --scope userRun /mcp inside Claude Code to connect or clear authentication.
STEP 1
Start
Start or reconnect the Breadth server in your client.
STEP 2
Sign in
Your browser opens the Breadth sign-in page.
STEP 3
Allow
Review and allow read-only breadth:read access.
STEP 4
Return
Go back to the client and confirm the tools are listed.
Enable the Breadth tools in your client, then ask about S&P 500 SMA20 breadth. Tool calls are read-only and limited to 10 requests per minute.
Client documentation: VS Code · Cursor · Claude Code
All paid billing cycles include same-day data, full history, and MCP access.
View Plans