MarketPing MCP server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MarketPing MCP serverWhat's in today's daily market briefing?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MarketPing MCP server
Indian stock-market research for AI assistants: NSE/BSE corporate filings read by AI with the measured price reaction after each one, fundamentals for 5,000+ companies, page-cited reads of annual reports and earnings calls, a 108-metric screener, the IPO pipeline, FPI flows, the results calendar and the daily market briefing.
Endpoint:
https://mcp.marketping.in/mcp— remote, Streamable HTTP, JSON-RPC 2.0, MCP protocol2025-06-18Auth: none for 20 of the 24 tools. No API key, no sign-up. Four account tools use OAuth 2.1.
Writes: exactly one tool (
watchlist_add), annotatedreadOnlyHint: false. Everything else is read-only.Advice: none. MarketPing publishes what companies filed and what the stock did next — no buy/sell calls, no price targets, no ratings, no grey-market premium.
Product page: https://marketping.in/mcp · Operator: MarketPing, India · Contact: support@marketping.in
This repository is the server's public contract: the exact tool catalogue the server returns from
tools/list (tools.json), a registry manifest (server.json), and a small open-source stdio bridge
for clients that cannot speak Streamable HTTP directly. The server itself runs on MarketPing's
infrastructure; its handlers are thin read-only wrappers over the same code paths that serve
marketping.in.
Connect
Claude (claude.ai / Claude Desktop) — Settings › Connectors › Add custom connector
https://mcp.marketping.in/mcpChatGPT (Developer mode / Apps) — add MCP server: same URL.
Cursor / VS Code / Windsurf (mcp.json):
{
"mcpServers": {
"marketping": { "url": "https://mcp.marketping.in/mcp" }
}
}Clients that only speak stdio — the bridge in this repo wraps the remote endpoint with
mcp-remote:
{
"mcpServers": {
"marketping": { "command": "npx", "args": ["-y", "@marketping/mcp"] }
}
}npx -y @marketping/mcp runs bin/marketping-mcp.js, which execs mcp-remote against the endpoint
above and nothing else. It stores no credentials of its own; mcp-remote keeps OAuth tokens in its
standard location (~/.mcp-auth) only if you link an account.
Related MCP server: sfinance-mcp-server
The 24 tools
Exact schemas and annotations: tools.json (the live tools/list response, captured
19 Sep 2026). Every description ends with the no-advice line — that is part of the contract the
consuming model reads.
Tool | What it returns | Auth |
| Companies, filings, IPOs and documents matching a query (ChatGPT search contract) | none |
| The full content of one search result by id | none |
| A listed company by name/ticker/partial match, with candidates | none |
| Latest fundamentals and valuation for one company | none |
| Recent NSE/BSE filings with AI subject, category, importance, sentiment | none |
| The measured move after ONE filing: 5 min … 3 months | none |
| Full-text search across every document page MarketPing holds | none |
| The documents held for a company, newest first | none |
| A document's table of contents with page ranges | none |
| The text of a page range (max 12 pages) — the only quotable source | none |
| Auditor opinions, key audit matters, CARO exceptions per fiscal year | none |
| The 108 metrics available to | none |
| Filter the 5,000+ company universe on fundamentals | none |
| Open / upcoming / closed / listed IPOs with issue data and subscription | none |
| FPI/FII flows as NSDL publishes them | none |
| Who reports results on which dates | none |
| The latest trading day's briefing: score, indices, sectors, flows, movers | none |
| MarketPing's curated stacks (public daily-rebuilt company lists) | none |
| The members of one stack as of today's snapshot | none |
| What entered/left a stack since a date | none |
| The valuation models saved to the linked account | linked account |
| Recompute one saved model with overrides | linked account |
| The companies the linked account follows | linked account |
| Write. Add a company to the linked account's watchlist | linked account |
Data handling
A tool call sends only the tool's arguments (a company name, a query, a date range) to
mcp.marketping.inover HTTPS. Nothing else leaves the client; the bridge adds no telemetry.Anonymous calls are metered by caller class: a direct end-user IP gets its own daily budget (200 tool calls per IST day, the same as the Free plan); hosted assistants (claude.ai, ChatGPT) call from vendor egress ranges and share a bounded pool. Quota exhaustion is a normal tool result with a message, never an auth error.
Linking a MarketPing account (OAuth 2.1; discovery at
https://mcp.marketping.in/.well-known/oauth-authorization-serverand/.well-known/oauth-protected-resource) unlocks the four account tools and the account's plan budget (Investor 1,000 / Trader 2,000 calls per day). Tokens are issued by MarketPing's own authorization server and can be revoked from the account's settings.Every result carries a
marketping.inURL so the assistant can cite the page. Document text comes only fromread_pages, page-anchored, so quotes are checkable.No tool fetches arbitrary URLs, runs code, or reads anything outside MarketPing's database.
Verify it yourself
curl -s -X POST https://mcp.marketping.in/mcp \
-H "Content-Type: application/json" -H "Accept: application/json, text/event-stream" \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-06-18","capabilities":{},"clientInfo":{"name":"curl","version":"1"}}}'
curl -s -X POST https://mcp.marketping.in/mcp \
-H "Content-Type: application/json" -H "Accept: application/json, text/event-stream" \
-d '{"jsonrpc":"2.0","id":2,"method":"tools/list","params":{}}'The second response is tools.json.
About MarketPing
MarketPing is an Indian stock-market research platform built around one idea: every NSE and BSE corporate filing, read by AI the moment it is published, delivered to WhatsApp within a minute, and followed by the measured price reaction — what the stock actually did 5 minutes to 3 months later. 500,000+ filings decoded, 1.9 million reactions measured, 5,000+ companies. It publishes no buy/sell calls, no price targets and no ratings.
What the same data looks like on the site (every MCP result links back to one of these):
Announcements feed — every filing with its AI read and reaction; e.g. a contract-win filing or a buyback
Company pages — filings, financials, concall reads and the results date; e.g. Reliance Industries, HDFC Bank
Discover — stocks by catalyst: contract wins, QIPs, pledges released, demergers, CEO exits, splits and bonuses
Screener — 108 fundamentals metrics with custom formulas, and Stacks, lists composed from screens, indices and watchlists
IPO tracker — 1,150+ issues, live subscription by category, listing performance, banker league tables, deliberately no grey-market premium
Daily market briefing and its archive, FPI flows, the results calendar
Reaction Lab — how each category of announcement has moved stocks, in aggregate
Glossary (60 terms, e.g. earnings call, record date vs ex-date, QIP), 33 free calculators, comparisons with Screener.in, Tickertape, Trendlyne and others
Nexa AI — ask anything about a company and get page-cited answers
Features · Pricing — free for 5 companies with WhatsApp delivery; Investor ₹199/month (30), Trader ₹599/month (100)
llms.txt — the answer blocks MarketPing publishes for AI assistants
License
The bridge and the files in this repository are MIT-licensed (see LICENSE). The MarketPing
service and its data are proprietary; use of the endpoint is subject to https://marketping.in/terms.
This server cannot be deployed
Maintenance
Related MCP Connectors
Real SEC, 13F, insider, congress & macro data your AI agent can cite. Hosted MCP, 24 tools.
Your agent needs company financials it can compute on — statements, ratios, earnings, estimates, filings and insider activity as structured data, not a PDF. **What you can ask for** • "Give me 8 quarters of income statement, balance sheet and cash flow for this ticker." • "What do analysts estimate for next quarter, and how did the last four surprise?" • "Find this exact line item across every filing." • "Who bought or sold as an insider in the last 90 days?" • "Screen for profitable companies under this valuation with growing revenue." **How to use it** Point any MCP client at https://mcp.aisa.one/marketpulse/mcp and sign in with OAuth — there is no key to create or paste. 21 tools: prices and snapshots, income statements, balance sheets, cash-flow statements, financial metrics and snapshots, earnings, analyst estimates, company facts, filings and filing items, line-item search, a screener, insider trades, macro interest rates, news, plus EDINET documents and filing digests for Japanese issuers. **Why this rather than the source** Statements as fields you can compute on, and a screener in the same place. **It is also a door to the rest** The same login reaches 26 sources and 580+ operations. Read the fundamentals here, then ask the same agent what social is saying about the ticker — without adding a second server. **What it costs** Finding and inspecting an operation is free. Running one is billed per call at API prices, with no seat and no monthly minimum, and every call takes max_price_usd so an agent cannot overspend by accident. **Where else it reaches** https://mcp.aisa.one/finance/mcp for equities, crypto and prediction markets in one place.
Financial data and research MCP for US/CN/JP equities: filings, statements, ownership, signals.
Your agent needs markets — prices and fundamentals for listed companies, the filings behind them, crypto, and what the prediction markets put the odds at. **What you can ask for** • "Pull this company's income statement, cash flow and balance sheet for the last 8 quarters." • "What did insiders buy or sell, and when?" • "Snapshot prices for these 50 tickers, then the OHLC history for the three that moved." • "What are the current odds on this event across Kalshi and Polymarket?" • "Screen for companies matching these financial criteria." **How to use it** Point any MCP client at https://mcp.aisa.one/finance/mcp and sign in with OAuth — there is no key to create or paste. 49 tools: prices and snapshots, income statements, balance sheets and cash flows, metrics and ratios, earnings and analyst estimates, filings and line-item search, insider trades, macro interest rates, news, a screener; CoinGecko spot prices, market tables, OHLC, per-venue tickers and trending; Kalshi and Polymarket markets and trades; plus EDINET filings for Japan. **Why this rather than the source** Equities, crypto and event markets behind one account, so a cross-asset question is one conversation. **It is also a door to the rest** The same login reaches 26 sources and 580+ operations. Read the number here, then ask the same agent what X is saying about the ticker today — without adding a second server. **What it costs** Finding and inspecting an operation is free. Running one is billed per call at API prices, with no seat and no monthly minimum, and every call takes max_price_usd so an agent cannot overspend by accident. **Where else it reaches** https://mcp.aisa.one/marketpulse/mcp · /crypto-market-data/mcp · /prediction-market-data/mcp · /stock-pulse/mcp for one slice each.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceConnects AI assistants to real-time Indian stock market data with 34 tools for search, screening, analysis, portfolio tracking, and market insights across all NSE and BSE stocks.136 npm65MIT
- FlicenseNot gradedqualityDmaintenanceProvides access to Indian stock market data via screener.in, enabling stock analysis, document access, screening, and more through MCP.-
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to perform deep Indian stock research with fundamentals, forensic scores, DCF valuation, screening, and news for 6000+ NSE/BSE stocks.7 npm1MIT
- AlicenseAqualityCmaintenanceIndia's first MCP server for Indian equity research, enabling Claude to access structured financial data, operational KPIs, and documents for 5,000+ NSE/BSE listed companies.1935 npm13MIT