Analytics
compoundinterest.ing
Provides comprehensive financial analysis of stocks, integrating insider, congressional, and institutional data with model-driven consensus ratings and supporting evidence.
ENDPOINT 1
https://api.compoundinterest.ing/mcp
MCP server metadata
- Name
- compoundinterest
- Version
- 1.0.0
Source-backed market intelligence. Every record traces to a filing, a disclosure or a published figure. Observations about securities, not investment advice.
Known tools 15
get_compositeEverything 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.
Inferred read-onlyget_demo_compositeA single fixed demo ticker, callable without an API key, so the data shape can be inspected before signing up.
Inferred read-onlyget_evidenceThe 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.
Inferred read-onlyget_house_ratingThe platform's own buy/hold/sell rating for a ticker, with the reasoning behind it.
Inferred read-onlyget_consensusWhether the independent actors this platform tracks — insiders, Congress, institutions, the model — agree on one ticker, with the per-dimension breakdown that produced the verdict.
Inferred read-onlyscreenFilter the whole equity universe and return matching tickers with their scores.
Inferred read-onlylist_insider_tradesCorporate insider buys and sells from SEC filings, newest first, each linked to the filing it came from.
Inferred read-onlylist_congress_tradesDisclosed House and Senate trades, newest first, each linked to its disclosure.
Inferred read-onlyget_historic_movesThe historical distribution of 5-day and 1-month returns for a ticker, sampled over the last 5 years: mean, standard deviation, percentiles, a histogram, and the worst drawdowns with their dates.
Inferred read-onlylist_equity_perpFunding rate and open interest for the ~51 US single names listed on a 24/7 perpetual futures venue, ranked by notional.
Inferred read-onlyget_equity_perpFunding and open interest for a single name on the 24/7 perpetual venue.
Inferred read-onlysearch_tickersResolve a company name or partial symbol to tickers the platform covers.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for compoundinterest.ing was fetched 2026-08-11T22:01:40.186Z.
compoundinterest.ing is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.