INDIVIDUAL MCP TOOL
get_demo_composite
A single fixed demo ticker, callable without an API key, so the data shape can be inspected before signing up.
LIVE ENDPOINT
https://api.compoundinterest.ing/mcp
Connect to this endpoint to inspect the live schema for get_demo_composite and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.compoundinterest]
url = "https://api.compoundinterest.ing/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"compoundinterest": {
"type": "http",
"url": "https://api.compoundinterest.ing/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: compoundinterest
Remote MCP URL: https://api.compoundinterest.ing/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"compoundinterest": {
"url": "https://api.compoundinterest.ing/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"compoundinterest": {
"type": "http",
"url": "https://api.compoundinterest.ing/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "compoundinterest",
"transport": "streamable-http",
"url": "https://api.compoundinterest.ing/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_composite— Everything the platform knows about one ticker in a single record: the cross-signal consensus, each contributing dimension with its direction and provenance, and risk flags.get_evidence— The primary documents a ticker's signals were derived from — insider Form 4s, Congressional disclosures, institutional holdings and macro series, each with the filing it came from.get_house_rating— The platform's own buy/hold/sell rating for a ticker, with the reasoning behind it.get_consensus— Whether the independent actors this platform tracks — insiders, Congress, institutions, the model — agree on one ticker, with the per-dimension breakdown that produced the verdict.rank_consensus— The names where independent actors agree most strongly, ranked.screen— Filter the whole equity universe and return matching tickers with their scores.list_insider_trades— Corporate insider buys and sells from SEC filings, newest first, each linked to the filing it came from.list_congress_trades— Disclosed House and Senate trades, newest first, each linked to its disclosure.