Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

MarketPing

REMOTE · MCP.MARKETPING.IN · SCANNED SEP 26

Indian stocks: NSE/BSE filings read by AI with price reactions, fundamentals, IPOs and FPI flows.

74 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security74
Transport & Reachability100
Schema Quality & AI Usability79
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 2730 tokens (~113/item across 24 items; 24 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management20
  • Stability observed for 6 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage94
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 83% of tool parameters carry a description.Partial
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 24 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 25 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the MarketPing MCP server?

MarketPing is a hosted endpoint at https://mcp.marketping.in/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · mcp.marketping.in

# add to Claude Code
claude mcp add --transport http in-marketping-marketping 'https://mcp.marketping.in/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "in-marketping-marketping": {
      "url": "https://mcp.marketping.in/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "in-marketping-marketping": {
      "type": "http",
      "url": "https://mcp.marketping.in/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.in-marketping-marketping]
url = "https://mcp.marketping.in/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "in-marketping-marketping": {
      "type": "remote",
      "url": "https://mcp.marketping.in/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add in-marketping-marketping --url 'https://mcp.marketping.in/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  in-marketping-marketping:
    url: "https://mcp.marketping.in/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "in-marketping-marketping": {
      "Transport": "http",
      "Url": "https://mcp.marketping.in/mcp"
    }
  }
}
# add to Vellum
assistant mcp add in-marketping-marketping -t streamable-http -u 'https://mcp.marketping.in/mcp'
// mcp.json
{
  "mcpServers": {
    "in-marketping-marketping": {
      "type": "http",
      "url": "https://mcp.marketping.in/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 25 Sept 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 23 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

  • 21 Sept 26 +1
    • Stability: unverified → 0.03 ▲ functional
  • 20 Sept 26 71

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 26 Sept 2026 · Probed https://mcp.marketping.in/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=mcp.marketping.in CN=YR1,O=Let's Encrypt,C=US 1 Sept 2026 30 Nov 2026 RSA 4096 SHA256-RSA 6e7d720f99505c12f1b296170dbe7ab9d2b
SANs: mcp.marketping.in
CN=YR1,O=Let's Encrypt,C=US (CA) CN=Root YR,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 RSA 2048 SHA256-RSA a20253f15f2691c05dc1ce13b9bcca4e
CN=Root YR,O=ISRG,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 RSA 4096 SHA256-RSA f24b6d17f9d9ad7cb1c9fea78782699f

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of mcp.marketping.in. — Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
in. present 10094 13 Verified
marketping.in. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://mcp.marketping.in/mcp Verified 200
http (plaintext) http://mcp.marketping.in/mcp HTTPS enforced 301 https://mcp.marketping.in/mcp
MCP tools · 24 exposed · ~2,613 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
alert_reaction ~120

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. This is measured data, not a forecast — no other Indian data source publishes it. Get an alert id from recent_alerts first. Factual data only — MarketPing publishes no buy/sell recommendations, no price targets and no IPO grey-market premium.

NameTypeReqDescription
alert_idstringyesAlert UUID from recent_alerts

No output schema declared.

No examples provided.

audit_report ~96

Auditor opinions, key audit matters, CARO exceptions and auditor changes per fiscal year, extracted page-cited from annual reports. Use for governance and red-flag questions. A missing year means not yet read — never read it as 'clean'. Factual data only — MarketPing publishes no buy/sell recommendations, no price targets and no IPO grey-market premium.

NameTypeReqDescription
companystringyesCompany slug, NSE symbol, or UUID

No output schema declared.

No examples provided.

company_snapshot ~109

Latest fundamentals and valuation for one company: price, market cap, P/E, P/B, TTM revenue and profit, growth, ROCE/ROE and debt ratios. Use for 'how is X doing', 'what does X trade at', or as the numeric backdrop before reading filings. Factual data only — MarketPing publishes no buy/sell recommendations, no price targets and no IPO grey-market premium.

NameTypeReqDescription
companystringyesCompany slug (preferred), NSE symbol, or UUID

No output schema declared.

No examples provided.

daily_briefing ~84

MarketPing's briefing for the latest NSE trading day: market score, index and sector moves, FII/DII and FPI flows, breadth, movers, and the day's most important announcements. Use for 'how did the Indian market do today'. Factual data only — MarketPing publishes no buy/sell recommendations, no price targets and no IPO grey-market premium.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

doc_contents ~91

A document's table of contents: section titles, one-line summaries and page ranges. Read this BEFORE read_pages so you open the right four pages instead of guessing — annual reports run to 300+ pages. Factual data only — MarketPing publishes no buy/sell recommendations, no price targets and no IPO grey-market premium.

NameTypeReqDescription
doc_idstringyesDocument id from list_documents or search_filings

No output schema declared.

No examples provided.

fetch ~83

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. Factual data only — MarketPing publishes no buy/sell recommendations, no price targets and no IPO grey-market premium.

NameTypeReqDescription
idstringyesAn id returned by search

No output schema declared.

No examples provided.

fpi_flows ~167

Foreign portfolio investor (FPI/FII) flows into Indian markets as NSDL publishes them — daily net equity and debt flows, by investment route, with month-to-date totals. Use for 'are foreign investors buying' questions. Factual data only — MarketPing publishes no buy/sell recommendations, no price targets and no IPO grey-market premium.

NameTypeReqDescription
breakdownboolean–Period totals instead of a series
categorystring–equity (default), debt, hybrid, aifs, mutual_funds
from_datestring–YYYY-MM-DD
granularitystring––
periodstring–With breakdown
routestring–Default all; codes differ per category
to_datestring–YYYY-MM-DD

No output schema declared.

No examples provided.

ipo_pipeline ~147

Indian IPOs — open now, upcoming, closed or already listed — with price band, issue size, lot size, dates, subscription figures and post-listing performance. Covers mainboard and SME. MarketPing deliberately publishes no grey-market premium and no apply/avoid verdict; if you need those, this is not the source. Factual data only — MarketPing publishes no buy/sell recommendations, no price targets and no IPO grey-market premium.

NameTypeReqDescription
boardstring––
limitinteger–Max 40
querystring–Search issues by name
sortstring––
statusstring––
yearinteger––

No output schema declared.

No examples provided.

list_documents ~103

The documents MarketPing holds for a company — annual reports, earnings-call transcripts, investor presentations, results — newest first, each with a doc_id. A capped list is marked as truncated: never read one as the whole holding. Factual data only — MarketPing publishes no buy/sell recommendations, no price targets and no IPO grey-market premium.

NameTypeReqDescription
companystringyesCompany slug, NSE symbol, or UUID
doc_typestring–Optional filter

No output schema declared.

No examples provided.

list_models ~92

The valuation models saved to this MarketPing account (Models: DCF, excess return, sum of parts), with the company and a link. Needs a linked account. Optional `company` narrows to one company (slug). Factual data only — MarketPing publishes no buy/sell recommendations, no price targets and no IPO grey-market premium.

NameTypeReqDescription
companystring–Company slug to narrow to (optional)

No output schema declared.

No examples provided.

list_stacks ~120

MarketPing's curated stacks: public lists of Indian companies rebuilt every day from layers (quality/value/growth screens, an index, a Discover catalyst page) with one rule — how many layers a company must clear today. Returns each stack's slug, rule, member count and what entered or left today. With a linked MarketPing account, also the caller's own stacks. Use for 'which companies clear several quality screens right now'. Factual data only — MarketPing publishes no buy/sell recommendations, no price targets and no IPO grey-market premium.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

read_pages ~120

The actual text of a page range (max 12 pages). This is the ONLY source you may quote a document from — cite as {doc_id, page, verbatim quote}, and the quote must really appear on that page. Factual data only — MarketPing publishes no buy/sell recommendations, no price targets and no IPO grey-market premium.

NameTypeReqDescription
doc_idstringyesDocument id
page_fromintegeryesFirst page (1-based)
page_tointeger–Last page; at most 12 pages per call

No output schema declared.

No examples provided.

recent_alerts ~130

Recent NSE/BSE corporate filings with MarketPing's AI classification — subject, category, document type, importance and sentiment. This is MarketPing's core dataset: use it for 'what has X announced lately', 'any news on X', or (with no company) 'what is happening in the market today'. Factual data only — MarketPing publishes no buy/sell recommendations, no price targets and no IPO grey-market premium.

NameTypeReqDescription
companystring–Optional — omit for market-wide announcements
daysinteger–Look-back window in days (default 30, max 365)

No output schema declared.

No examples provided.

resolve_company ~90

Find an Indian listed company by name, ticker or partial match. Returns candidates with their MarketPing slug — call this FIRST unless you already hold a slug, because every other company tool takes one. Factual data only — MarketPing publishes no buy/sell recommendations, no price targets and no IPO grey-market premium.

NameTypeReqDescription
querystringyesCompany name, NSE/BSE symbol, or part of one

No output schema declared.

No examples provided.

results_calendar ~87

Which Indian companies report quarterly results on which dates, as the exchanges have published them. Default window is the next 60 days. Factual data only — MarketPing publishes no buy/sell recommendations, no price targets and no IPO grey-market premium.

NameTypeReqDescription
from_datestring–YYYY-MM-DD
to_datestring–YYYY-MM-DD; span capped at 120 days

No output schema declared.

No examples provided.

run_model ~133

Recompute one of the account holder's saved models (DCF, excess return or sum of parts) with MarketPing's engine and return the value per share, the bridge and the projected years (3, 5 or 10, as the model sets). The figure is the holder's own arithmetic over their inputs — report it as THEIR model, never as MarketPing's view or a target. Needs a linked account; nothing is changed. Factual data only — MarketPing publishes no buy/sell recommendations, no price targets and no IPO grey-market premium.

NameTypeReqDescription
modelstringyesModel slug from list_models

No output schema declared.

No examples provided.

run_screener ~155

Filter MarketPing's universe of 5,400+ NSE/BSE companies on fundamentals — 108 metrics covering valuation, growth, profitability, leverage and ownership. Use for 'find companies where…' questions. Field names come from screener_fields. Factual data only — MarketPing publishes no buy/sell recommendations, no price targets and no IPO grey-market premium.

NameTypeReqDescription
filtersarrayyesConditions to apply, e.g. [{"field":"roce","op":"gt","value":20}]
limitinteger–Max 25
matchstring–Default all (AND)
pageinteger––
sort_dirstring––
sort_fieldstring––

No output schema declared.

No examples provided.

run_stack ~121

The companies in one stack as of today's snapshot, with how many layers each clears, which ones, how many consecutive days it has been in the stack, market cap and P/E. Takes a slug from list_stacks. Membership is a fact about screens cleared today — never a rating. Factual data only — MarketPing publishes no buy/sell recommendations, no price targets and no IPO grey-market premium.

NameTypeReqDescription
limitinteger–Rows to return, max 50 (default 25)
stackstringyesStack slug from list_stacks

No output schema declared.

No examples provided.

screener_fields ~103

The metrics you can filter and sort on in run_screener, with labels, units and groups. Call this before building a screen if you are unsure of a field name. Factual data only — MarketPing publishes no buy/sell recommendations, no price targets and no IPO grey-market premium.

NameTypeReqDescription
featured_onlyboolean–Default true — the commonly used subset
groupstring–Optional group filter, e.g. Valuation, Profitability

No output schema declared.

No examples provided.

search ~83

Search MarketPing's Indian stock market data — companies, corporate announcements, IPO issues, and the text of annual reports, earnings-call transcripts and investor presentations. Returns results with ids to pass to `fetch`. Factual data only — MarketPing publishes no buy/sell recommendations, no price targets and no IPO grey-market premium.

NameTypeReqDescription
querystringyesWhat to search for

No output schema declared.

No examples provided.

search_filings ~129

Full-text search across every page MarketPing holds — annual reports, earnings-call transcripts, investor presentations. Returns {doc_id, page, snippet} hits to follow up with read_pages. SNIPPETS ARE KEYWORD WINDOWS, NOT FACTS: never state a figure from a snippet, open the page and take it from there. Factual data only — MarketPing publishes no buy/sell recommendations, no price targets and no IPO grey-market premium.

NameTypeReqDescription
companystring–Optional — restrict the search to one company
querystringyesWhat to look for, in plain words

No output schema declared.

No examples provided.

stack_changes ~106

What entered, left, cleared more or fewer layers in a stack since a date (default: the previous daily snapshot). Use for 'what is new in this list today / this week'. Factual data only — MarketPing publishes no buy/sell recommendations, no price targets and no IPO grey-market premium.

NameTypeReqDescription
sincestring–YYYY-MM-DD; compares today's snapshot with the newest one on or before this date
stackstringyesStack slug from list_stacks

No output schema declared.

No examples provided.

watchlist_add ~83

Add a company to this MarketPing account's watchlist, so its filings start arriving as alerts. Needs a linked MarketPing account. Subject to the plan's company limit. Factual data only — MarketPing publishes no buy/sell recommendations, no price targets and no IPO grey-market premium.

NameTypeReqDescription
companystringyesCompany slug, NSE symbol, or UUID

No output schema declared.

No examples provided.

watchlist_list ~61

The companies this MarketPing account follows, with their alert status. Needs a linked MarketPing account — the assistant will offer to connect one. Factual data only — MarketPing publishes no buy/sell recommendations, no price targets and no IPO grey-market premium.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

Common questions

What is the MarketPing MCP server?

MarketPing is an MCP server listed in the public MCP registry as in.marketping/marketping. Indian stocks: NSE/BSE filings read by AI with price reactions, fundamentals, IPOs and FPI flows. This page covers its hosted endpoint (https://mcp.marketping.in/mcp).

Is the MarketPing MCP server safe to use?

MarketPing scores 74 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the MarketPing MCP server expose?

MarketPing exposes 24 tools: search, fetch, resolve_company, company_snapshot, recent_alerts, and 19 more. Their descriptions and schemas cost roughly 2,613 tokens of context every time the server is loaded.

Does the MarketPing MCP server require authentication?

No. We connected to MarketPing without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the MarketPing MCP server still maintained?

MarketPing is still listed as active in the MCP registry. We last reached this channel on 26 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.