# MarketPing (remote · mcp.marketping.in)

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

- Trust score: 74/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-26

## Components

- remote · `mcp.marketping.in`: 74/100 (this document), [markdown](https://verifymcp.io/servers/in-marketping-marketping/mcp.md), [page](https://verifymcp.io/servers/in-marketping-marketping/mcp)

## Channel facts

- Endpoint: `https://mcp.marketping.in/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.1`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-26.

- **Endpoint Security**: 74/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 79/100
  - AI-judged instruction clarity (excellent).
  - 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.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 20/100
  - Stability observed for 6 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 94/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 83% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 24 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 25 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## 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.

### Claude

```bash
claude mcp add --transport http in-marketping-marketping 'https://mcp.marketping.in/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "in-marketping-marketping": {
      "url": "https://mcp.marketping.in/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "in-marketping-marketping": {
      "type": "http",
      "url": "https://mcp.marketping.in/mcp"
    }
  }
}
```

### Codex

```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
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add in-marketping-marketping --url 'https://mcp.marketping.in/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  in-marketping-marketping:
    url: "https://mcp.marketping.in/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "in-marketping-marketping": {
      "Transport": "http",
      "Url": "https://mcp.marketping.in/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add in-marketping-marketping -t streamable-http -u 'https://mcp.marketping.in/mcp'
```

### Other

```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 recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-25 (score 74, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-09-23 (score 73, +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.

### 2026-09-21 (score 72, +1)

- [functional improvement] Stability: unverified → 0.03

### 2026-09-20 (score 71)

First indexed and scored.

## MCP tools (24)

### `search` (~83 tokens)

Search MarketPing

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.

Input parameters:

- `query` (string, required): What to search for

### `fetch` (~83 tokens)

Fetch a MarketPing record

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.

Input parameters:

- `id` (string, required): An id returned by search

### `resolve_company` (~90 tokens)

Find a company

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.

Input parameters:

- `query` (string, required): Company name, NSE/BSE symbol, or part of one

### `company_snapshot` (~109 tokens)

Company fundamentals

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.

Input parameters:

- `company` (string, required): Company slug (preferred), NSE symbol, or UUID

### `recent_alerts` (~130 tokens)

Recent corporate announcements

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.

Input parameters:

- `company` (string): Optional — omit for market-wide announcements
- `days` (integer): Look-back window in days (default 30, max 365)

### `alert_reaction` (~120 tokens)

Measured price reaction to a filing

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.

Input parameters:

- `alert_id` (string, required): Alert UUID from recent_alerts

### `search_filings` (~129 tokens)

Search filing text

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.

Input parameters:

- `company` (string): Optional — restrict the search to one company
- `query` (string, required): What to look for, in plain words

### `list_documents` (~103 tokens)

Documents held for a company

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.

Input parameters:

- `company` (string, required): Company slug, NSE symbol, or UUID
- `doc_type` (string): Optional filter

### `doc_contents` (~91 tokens)

Document table of contents

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.

Input parameters:

- `doc_id` (string, required): Document id from list_documents or search_filings

### `read_pages` (~120 tokens)

Read document pages

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.

Input parameters:

- `doc_id` (string, required): Document id
- `page_from` (integer, required): First page (1-based)
- `page_to` (integer): Last page; at most 12 pages per call

### `audit_report` (~96 tokens)

Auditor opinions and CARO exceptions

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.

Input parameters:

- `company` (string, required): Company slug, NSE symbol, or UUID

### `screener_fields` (~103 tokens)

Screener metrics catalog

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.

Input parameters:

- `featured_only` (boolean): Default true — the commonly used subset
- `group` (string): Optional group filter, e.g. Valuation, Profitability

### `run_screener` (~155 tokens)

Screen companies on fundamentals

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.

Input parameters:

- `filters` (array, required): Conditions to apply, e.g. [{"field":"roce","op":"gt","value":20}]
- `limit` (integer): Max 25
- `match` (string): Default all (AND)
- `page` (integer)
- `sort_dir` (string)
- `sort_field` (string)

### `ipo_pipeline` (~147 tokens)

IPO tracker

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.

Input parameters:

- `board` (string)
- `limit` (integer): Max 40
- `query` (string): Search issues by name
- `sort` (string)
- `status` (string)
- `year` (integer)

### `fpi_flows` (~167 tokens)

Foreign investor flows

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.

Input parameters:

- `breakdown` (boolean): Period totals instead of a series
- `category` (string): equity (default), debt, hybrid, aifs, mutual_funds
- `from_date` (string): YYYY-MM-DD
- `granularity` (string)
- `period` (string): With breakdown
- `route` (string): Default all; codes differ per category
- `to_date` (string): YYYY-MM-DD

### `results_calendar` (~87 tokens)

Results calendar

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.

Input parameters:

- `from_date` (string): YYYY-MM-DD
- `to_date` (string): YYYY-MM-DD; span capped at 120 days

### `daily_briefing` (~84 tokens)

Daily market briefing

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.

### `list_stacks` (~120 tokens)

Stacks — curated lists that rebuild daily

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.

### `run_stack` (~121 tokens)

A stack's members today

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.

Input parameters:

- `limit` (integer): Rows to return, max 50 (default 25)
- `stack` (string, required): Stack slug from list_stacks

### `stack_changes` (~106 tokens)

What changed in a stack

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.

Input parameters:

- `since` (string): YYYY-MM-DD; compares today's snapshot with the newest one on or before this date
- `stack` (string, required): Stack slug from list_stacks

### `list_models` (~92 tokens)

Your saved valuation models

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.

Input parameters:

- `company` (string): Company slug to narrow to (optional)

### `run_model` (~133 tokens)

Recompute a saved model

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.

Input parameters:

- `model` (string, required): Model slug from list_models

### `watchlist_list` (~61 tokens)

Your MarketPing watchlist

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.

### `watchlist_add` (~83 tokens)

Follow a company

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.

Input parameters:

- `company` (string, required): Company slug, NSE symbol, or UUID

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/in-marketping-marketping/mcp#diagnostics

## Score history

- 2026-09-26: 74
- 2026-09-25: 74
- 2026-09-24: 73
- 2026-09-23: 73
- 2026-09-22: 72
- 2026-09-21: 72
- 2026-09-20: 71

## 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.

## Links

- Remote endpoint: https://mcp.marketping.in/mcp
- Repository: https://github.com/choudharyvinod964/marketping
- Website: https://marketping.in/mcp
- Changelog RSS feed: https://verifymcp.io/servers/in-marketping-marketping/mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/in-marketping-marketping/mcp.json
- HTML version of this page: https://verifymcp.io/servers/in-marketping-marketping/mcp
