INDIVIDUAL MCP TOOL
list_documents
The documents MarketPing holds for a company — annual reports, earnings-call transcripts, investor presentations, results — newest first, each with a doc_id.
LIVE ENDPOINT
https://mcp.marketping.in/mcp
Connect to this endpoint to inspect the live schema for list_documents and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.marketping]
url = "https://mcp.marketping.in/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"marketping": {
"type": "http",
"url": "https://mcp.marketping.in/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: marketping
Remote MCP URL: https://mcp.marketping.in/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": {
"marketping": {
"url": "https://mcp.marketping.in/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"marketping": {
"type": "http",
"url": "https://mcp.marketping.in/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "marketping",
"transport": "streamable-http",
"url": "https://mcp.marketping.in/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search— Search MarketPing's Indian stock market data — companies, corporate announcements, IPO issues, and the text of annual reports, earnings-call transcripts and investor presentations.fetch— Retrieve the full content of one search result by its id — a company profile with fundamentals and recent announcements, one announcement with its measured price reaction, one page of a filing, or one IPO issue.resolve_company— Find an Indian listed company by name, ticker or partial match.company_snapshot— Latest fundamentals and valuation for one company: price, market cap, P/E, P/B, TTM revenue and profit, growth, ROCE/ROE and debt ratios.recent_alerts— Recent NSE/BSE corporate filings with MarketPing's AI classification — subject, category, document type, importance and sentiment.alert_reaction— How the market actually moved after ONE announcement: percentage returns at 5 minutes, 30 minutes, 1/2/3/5/7/15 days and 1/2/3 months from the announcement price.search_filings— Full-text search across every page MarketPing holds — annual reports, earnings-call transcripts, investor presentations.doc_contents— A document's table of contents: section titles, one-line summaries and page ranges.