
Margin Of Insight — Equity Research
Margin of Insight Research is a MCP server that serves US equity primers, searchable coverage, and paid fundamental analysis and investment memos to agents.
About
Margin of Insight Research is an MCP server that exposes a US equity research API to coding agents. developers and operators use it during the idea and validate phases when they need fast, structured context on public companies—competitors, incumbents, or adjacent markets—without manually scraping filings and investor sites. Free endpoints cover primers, coverage listing, research search, and coverage requests, so you can explore tickers and themes before spending money. When you need depth, paid tools deliver fundamental analysis and investment-style memos billed through Stripe agentic shared payment tokens. The integration is remote HTTP with optional secret authorization, which keeps setup light for Claude Code, Cursor, and other MCP clients. It is a finance data bridge, not a trading or portfolio manager; pair it with your own judgment and compliance constraints.
- Streamable HTTP MCP at app.marginofinsight.com/api/mcp
- Free tools: get_company_primer, list_coverage, search_research, request_coverage
- Paid tools: get_fundamental_analysis (~$1), get_investment_memo (~$2) via Stripe Shared Payment Token
- US-listed equity focus with primer → fundamentals → memo depth
- Authorization header optional for free tier; Bearer spt_… for paid calls
Margin Of Insight — Equity Research by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add --transport http research https://app.marginofinsight.com/api/mcp --header "Authorization: Bearer YOUR_TOKEN"Add your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Transport | HTTP |
|---|---|
| Auth | Required |
What it does
Pull US equity primers, fundamentals, and investment memos into agent workflows while validating a product or market thesis.
Who is it for?
Best when you're validating B2B niches, competitive landscapes, or investor narratives tied to US-listed peers.
Skip if: Skip if you only need private startup intel, non-US markets, or automated trade execution.
What you get
Your agent can list coverage, fetch free primers, and optionally purchase fundamentals or memos so validation notes cite structured equity research.
- Company primer summaries for covered US listings
- Searchable research and coverage lists inside the agent
- Optional fundamental analysis and investment memo outputs
By the numbers
- 4 free MCP tools: primer, list coverage, search research, request coverage
- 2 paid tools cited at ~$1 fundamentals and ~$2 investment memo
- Remote MCP version 1.0.0 over streamable-http
Recommended MCP Servers
How it compares
Paid equity-research MCP API, not a generic web-scrape skill or brokerage connector.
FAQ
Who is Margin of Insight Research for?
Developers and small teams who want agent-driven US equity primers and optional paid fundamentals or memos while researching markets.
When should I use Margin of Insight Research?
Use it in early research when you need ticker coverage, company primers, or deeper memos before scoping a product or pitch.
How do I add Margin of Insight Research to my agent?
Register the streamable HTTP remote https://app.marginofinsight.com/api/mcp in your MCP client; add Authorization Bearer spt_… only for paid tools.