Stock Bloc for Claude Desktop
io.github.jaywestphilly/stock-bloc
SEC filing analysis MCP for agents. Checkout api_bundle_25; trial!=SEC.
client:Claude Desktop
transport:streamable-http
tools:12
Install Stock Bloc in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"stock-bloc": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://stockbloc.ai.studio/api/mcp/rpc"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs