Indian stocks: NSE/BSE filings read by AI with price reactions, fundamentals, IPOs and FPI flows.
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.
https://mcp.marketping.in/mcp — remote, Streamable HTTP, JSON-RPC 2.0, MCP protocol 2025-06-18watchlist_add), annotated readOnlyHint: false. Everything else is read-only.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.
Claude (claude.ai / Claude Desktop) — Settings › Connectors › Add custom connector
https://mcp.marketping.in/mcp
ChatGPT (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 — bridge to the same endpoint with
mcp-remote:
{
"mcpServers": {
"marketping": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.marketping.in/mcp"]
}
}
}
That runs the published mcp-remote bridge 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.
bin/marketping-mcp.js in this repo does the same thing as a named wrapper. It is not published
to npm, so npx -y @marketping/mcp will not resolve — run it from a clone, or just use the
mcp-remote form above.
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 |
|---|---|---|
search | Companies, filings, IPOs and documents matching a query (ChatGPT search contract) | none |
fetch | The full content of one search result by id | none |
resolve_company | A listed company by name/ticker/partial match, with candidates | none |
company_snapshot | Latest fundamentals and valuation for one company | none |
recent_alerts | Recent NSE/BSE filings with AI subject, category, importance, sentiment | none |
alert_reaction | The measured move after ONE filing: 5 min … 3 months | none |
search_filings | Full-text search across every document page MarketPing holds | none |
list_documents | The documents held for a company, newest first | none |
doc_contents | A document's table of contents with page ranges | none |
read_pages | The text of a page range (max 12 pages) — the only quotable source | none |
audit_report | Auditor opinions, key audit matters, CARO exceptions per fiscal year | none |
screener_fields | The 108 metrics available to run_screener | none |
run_screener | Filter the 5,000+ company universe on fundamentals | none |
ipo_pipeline | Open / upcoming / closed / listed IPOs with issue data and subscription | none |
fpi_flows | FPI/FII flows as NSDL publishes them | none |
results_calendar | Who reports results on which dates | none |
daily_briefing | The latest trading day's briefing: score, indices, sectors, flows, movers | none |
list_stacks | MarketPing's curated stacks (public daily-rebuilt company lists) | none |
run_stack | The members of one stack as of today's snapshot | none |
stack_changes | What entered/left a stack since a date | none |
list_models | The valuation models saved to the linked account | linked account |
run_model | Recompute one saved model with overrides | linked account |
watchlist_list | The companies the linked account follows | linked account |
watchlist_add | Write. Add a company to the linked account's watchlist | linked account |
mcp.marketping.in over HTTPS. Nothing else leaves the client; the bridge adds no telemetry.https://mcp.marketping.in/.well-known/oauth-authorization-server and /.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.marketping.in URL so the assistant can cite the page. Document text
comes only from read_pages, page-anchored, so quotes are checkable.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.
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):
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 listing does not have a supported local package template. Use the maintainer’s documentation for its hosted endpoint, authentication, and client-specific setup. No install command has been inferred.