Model Context Protocol
Ecomerate ships an authenticated MCP server over Streamable HTTP. Point Claude Desktop, your IDE, or any MCP client at the endpoint and it can pull your watchlists, ownership signals, filings, and saved research with the evidence attached.
https://ecomerate.com/api/mcp
Streamable HTTP, stateless, JSON responses. Every protocol request is authenticated, and every read is bound to your account.
Authorization: Bearer YOUR_ACCESS_TOKEN
Use the same access token as the Advisor API, issued to your Ecomerate account. Credentials stay in your client and are never logged.
{
"mcpServers": {
"ecomerate": {
"url": "https://ecomerate.com/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_ACCESS_TOKEN"
}
}
}
}curl https://ecomerate.com/api/mcp \
-H "Authorization: Bearer YOUR_ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-H "MCP-Protocol-Version: 2025-06-18" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'Seven research tools, the full read-only Advisor catalogue under the advisor_ prefix, the ecomerate://research/recipes resource, and the personalized_research_brief prompt.
research_get_personalized_contextPreferences, saved research, watchlists, portfolio symbols, and continuity memories.
research_get_what_changedRecent watchlist and portfolio news with 90-day ownership signals and explicit data coverage.
research_get_company_snapshotCurrent quote, company profile, and core metrics.
research_get_ownership_intelligenceSource-linked Form 4 insider activity, cluster windows, and institutional coverage.
research_compare_ownershipCompare ownership signals across up to eight tickers side by side.
research_search_earnings_callsIndexed earnings-call excerpts with citation metadata.
research_list_artifactsSaved research artifact metadata and short-lived download URLs.
Mutating, administrative, billing, and trading actions are unavailable over MCP. New read-only Advisor capabilities become available automatically.
Personalization stores explicit preferences and references to your own records. It never shares memory between users, and you can disable or delete it in Settings.
Questions about access? Professional and Ultimate subscribers can reach us through the in-app chat. See plans