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.

com.twmarketdata/tw-market-data

REMOTE · MCP.TWMARKETDATA.COM · SCANNED SEP 20

Taiwan stock market data (TWMD): official-source, point-in-time-safe datasets via read-only tools.

0 this week 90 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 Security92
Transport & Reachability100
Schema Quality & AI Usability74
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 11252 tokens (~239/item across 47 items; 41 tools + 6 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 Management100
  • No destabilizing schema changes in the last 30 days.Pass
Tool Coverage71
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 0% of tool parameters carry a description.Fail
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • All 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
  • An AI judge read all 43 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 com.twmarketdata/tw-market-data MCP server?

com.twmarketdata/tw-market-data is a hosted endpoint at https://mcp.twmarketdata.com/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.twmarketdata.com

# add to Claude Code
claude mcp add --transport http com-twmarketdata-tw-market-data 'https://mcp.twmarketdata.com/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "com-twmarketdata-tw-market-data": {
      "url": "https://mcp.twmarketdata.com/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "com-twmarketdata-tw-market-data": {
      "type": "http",
      "url": "https://mcp.twmarketdata.com/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.com-twmarketdata-tw-market-data]
url = "https://mcp.twmarketdata.com/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-twmarketdata-tw-market-data": {
      "type": "remote",
      "url": "https://mcp.twmarketdata.com/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-twmarketdata-tw-market-data --url 'https://mcp.twmarketdata.com/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  com-twmarketdata-tw-market-data:
    url: "https://mcp.twmarketdata.com/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "com-twmarketdata-tw-market-data": {
      "Transport": "http",
      "Url": "https://mcp.twmarketdata.com/mcp"
    }
  }
}
# add to Vellum
assistant mcp add com-twmarketdata-tw-market-data -t streamable-http -u 'https://mcp.twmarketdata.com/mcp'
// mcp.json
{
  "mcpServers": {
    "com-twmarketdata-tw-market-data": {
      "type": "http",
      "url": "https://mcp.twmarketdata.com/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.

  • 19 Sept 26 0
    • Tool “get_inclusion_proof” rewrote its description, which is the text the model reads security
  • 9 Sept 26 +4
    • Stability: fail → pass security
  • 5 Sept 26 −4
    • Stability: pass → fail security
  • 3 Sept 26 0
    • “query_dataset” added an optional parameter “cursor” cosmetic

    1 cosmetic change on this day. Switch on “Show cosmetic changes” to see it.

  • 2 Sept 26 0
    • New tool “explain_provenance” functional
  • 1 Sept 26 +2
    • Authorization: partial → pass security
    • Stability: 0.97 → pass security
  • 30 Aug 26 +1

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

  • 29 Aug 26 0
    • Schema quality: 8514 → 10474 functional
    • New prompt “welcome” functional
    • New tool “company_health_check” functional
    • New tool “macro_regime_read” functional
    • New tool “positioning_read” functional
    • New tool “query_regime” functional
    • New tool “risk_read” functional
    • New tool “supply_chain_read” functional
    • Tool “agent_activity” changed its title: Agent activity log cosmetic
    • Tool “approve_action” changed its title: Approve a pending action cosmetic
    • Tool “ask” changed its title: Ask in natural language cosmetic
    • Tool “calendar” changed its title: Upcoming and past events cosmetic
    • Tool “chart” changed its title: Chart a series cosmetic
    • Tool “cite_this” changed its title: Cite a served number cosmetic
    • Tool “compare” changed its title: Compare tickers cosmetic
    • Tool “delete_alert” changed its title: Delete a price alert cosmetic
    • Tool “describe_dataset” changed its title: Describe a dataset's semantics cosmetic
    • Tool “find_related” changed its title: Find related datasets and tickers cosmetic
    • Tool “get_backtest” changed its title: Get a backtest result cosmetic
    • Tool “get_code_example” changed its title: Get a code example cosmetic
    • Tool “get_inclusion_proof” changed its title: Get an inclusion proof cosmetic
    • Tool “get_research” changed its title: Get a research report cosmetic
    • Tool “list_alerts” changed its title: List price alerts cosmetic
    • Tool “list_backtests” changed its title: List backtests cosmetic
    • Tool “list_datasets” changed its title: List datasets cosmetic
    • Tool “list_factor_findings” changed its title: List factor findings cosmetic
    • Tool “list_pending_actions” changed its title: List pending actions cosmetic
    • Tool “memory_get_watchlist” changed its title: Get the watchlist cosmetic
    • Tool “memory_replay_query” changed its title: Replay a cited query cosmetic
    • Tool “memory_save” changed its title: Save to agent memory cosmetic
    • Tool “memory_search” changed its title: Search agent memory cosmetic
    • Tool “query_dataset” changed its title: Query a dataset (PIT-safe) cosmetic
    • Tool “read_primary_text” changed its title: Read the primary source text cosmetic
    • Tool “replay_backtest” changed its title: Replay a backtest cosmetic
    • Tool “risk_assess” changed its title: Assess portfolio risk cosmetic
    • Tool “run_backtest” changed its title: Run a backtest cosmetic
    • Tool “run_recipe” changed its title: Run a research recipe cosmetic
    • Tool “run_research” changed its title: Run a research report cosmetic
    • Tool “screen” changed its title: Screen the market cosmetic
    • Tool “search_filings” changed its title: Search filings and announcements cosmetic
    • Tool “set_price_alert” changed its title: Set a price alert cosmetic
    • Tool “try_sample” changed its title: Try a free sample (no key) cosmetic
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 20 Sept 2026 · Probed https://mcp.twmarketdata.com/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=mcp.twmarketdata.com CN=YR2,O=Let's Encrypt,C=US 13 Aug 2026 11 Nov 2026 RSA 4096 SHA256-RSA 6df6369391ac8ee78079f8d183388f52637
SANs: mcp.twmarketdata.com
CN=YR2,O=Let's Encrypt,C=US (CA) CN=Root YR,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 RSA 2048 SHA256-RSA 4ebd24947e24d394802d84a52fd5b319
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.twmarketdata.com. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
twmarketdata.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication Enforced and verified

The endpoint asked for a token and published valid RFC 9728 metadata describing how to get one.

Result Enforced and verified
Enforced On tool calls
HTTP status 200

WWW-Authenticate challenge Bearer resource_metadata="https://mcp.twmarketdata.com/.well-known/oauth-protected-resource"

Bearer resource_metadata="https://mcp.twmarketdata.com/.well-known/oauth-protected-resource"

Protected resource metadata

Document https://mcp.twmarketdata.com/.well-known/oauth-protected-resource
Retrieved Yes
Resource https://mcp.twmarketdata.com/mcp
Authorisation server https://flourishing-dinosaur-46.authkit.app

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

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://mcp.twmarketdata.com/mcp Verified 200
http (plaintext) http://mcp.twmarketdata.com/mcp HTTPS enforced 302 https://mcp.twmarketdata.com/mcp
MCP tools · 41 exposed · ~10,907 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
try_sample ~345

Hand an unregistered caller a short taste of an open dataset, plus where to unlock the rest. ★ WHAT AN ACCOUNTLESS CALLER GETS INSTEAD OF A BARE REFUSAL. Somebody arriving through a chat connector with no plan would otherwise meet a flat rejection, which the host model relays as "this service turned you down". ★ WHAT IS ACTUALLY FREE, STATED CONCRETELY. The reference resources read with no key at all, and the five sample tickers (2330, 2317, 2454, 0050, 2603) answer through `query_dataset` with no plan. Querying beyond those over MCP starts at the Pro plan. ★ OPEN DATASETS YIELD A FEW MARKED ROWS; PAID ONES YIELD NONE. For a paid dataset the row list is not even consulted, so no figure can escape through this path regardless of what the caller passes in. `rows_withheld` states how many were held back, because a taste that does not say it is a taste reads as the whole thing. ★ NOT `query_dataset`. That one serves entitled callers in full. This exists only for the moment somebody hits the edge of what they are entitled to. ⚠️ Withdrawn datasets stay refused here too — a licence ruling is not a tier, so no amount of signing up unlocks them. Args: dataset, keyless_eligible, rows.

NameTypeReqDescription
datasetstringyes
keyless_eligibleboolean
rows

Structured output declared, but exposes no named fields.

No examples provided.

Common questions

What is the com.twmarketdata/tw-market-data MCP server?

com.twmarketdata/tw-market-data is an MCP server listed in the public MCP registry as com.twmarketdata/tw-market-data. Taiwan stock market data (TWMD): official-source, point-in-time-safe datasets via read-only tools. This page covers its hosted endpoint (https://mcp.twmarketdata.com/mcp).

Is the com.twmarketdata/tw-market-data MCP server safe to use?

com.twmarketdata/tw-market-data scores 90 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 com.twmarketdata/tw-market-data MCP server expose?

com.twmarketdata/tw-market-data exposes 41 tools: list_datasets, describe_dataset, query_dataset, find_related, search_filings, and 36 more. Their descriptions and schemas cost roughly 10,907 tokens of context every time the server is loaded.

Does the com.twmarketdata/tw-market-data MCP server require authentication?

Yes. com.twmarketdata/tw-market-data asked us for credentials when we connected, so you will need to authorise it in your MCP client before it can do anything.

Is the com.twmarketdata/tw-market-data MCP server still maintained?

com.twmarketdata/tw-market-data is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.