MoveSurge
REMOTE · MOVESURGE.COM · SCANNED SEP 25
Market news with the measured price reaction attached to the event that caused it.
Available components
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 Security83
- The endpoint's TLS certificate is valid, in date, and uses a strong key. View diagnostics → Pass
- No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one. See how to fix → View diagnostics → Partial
- HTTPS is enforced; there's no plaintext access path. View diagnostics → Pass
- The HSTS (Strict-Transport-Security) header is present. View diagnostics → Pass
- DNSSEC is configured correctly; the domain's records validate against the full chain to the root. View diagnostics → Pass
Transport & Reachability100
- Verified streamable-http transport via a live MCP handshake. View diagnostics → Pass
Schema Quality & AI Usability81
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 553 tokens (~110/item across 5 items; 5 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management7
- Stability observed for 2 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
- 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
- We read all 5 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
- An AI judge read all 6 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities60
- Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28. See how to fix → Fail
How do I install the MoveSurge MCP server?
MoveSurge is a hosted endpoint at https://movesurge.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 · movesurge.com
claude mcp add --transport http com-movesurge-movesurge 'https://movesurge.com/mcp'
{
"mcpServers": {
"com-movesurge-movesurge": {
"url": "https://movesurge.com/mcp"
}
}
} {
"servers": {
"com-movesurge-movesurge": {
"type": "http",
"url": "https://movesurge.com/mcp"
}
}
} [mcp_servers.com-movesurge-movesurge] url = "https://movesurge.com/mcp"
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"com-movesurge-movesurge": {
"type": "remote",
"url": "https://movesurge.com/mcp",
"enabled": true
}
}
} openclaw mcp add com-movesurge-movesurge --url 'https://movesurge.com/mcp' --transport streamable-http
mcp_servers:
com-movesurge-movesurge:
url: "https://movesurge.com/mcp" {
"McpServers": {
"com-movesurge-movesurge": {
"Transport": "http",
"Url": "https://movesurge.com/mcp"
}
}
} assistant mcp add com-movesurge-movesurge -t streamable-http -u 'https://movesurge.com/mcp'
{
"mcpServers": {
"com-movesurge-movesurge": {
"type": "http",
"url": "https://movesurge.com/mcp"
}
}
} The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.
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 0
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 24 Sept 26 +1
- Stability: unverified → 0.03 ▲ functional
- 23 Sept 26 74
First indexed and scored.
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 25 Sept 2026 · Probed https://movesurge.com/mcp
TLS valid
Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .
| Subject | Issuer | Valid from | Valid until | Key | Signature | Serial |
|---|---|---|---|---|---|---|
| CN=movesurge.com | CN=WE1,O=Google Trust Services,C=US | 27 Aug 2026 | 25 Nov 2026 | ECDSA 256 | ECDSA-SHA256 | ca8357a5c8569cd91303faba9601cf69 |
| SANs: movesurge.com, *.movesurge.com | ||||||
| CN=WE1,O=Google Trust Services,C=US (CA) | CN=GTS Root R4,O=Google Trust Services LLC,C=US | 13 Dec 2023 | 20 Feb 2029 | ECDSA 256 | ECDSA-SHA384 | 7ff31977972c224a76155d13b6d685e3 |
| CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) | CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE | 15 Nov 2023 | 28 Jan 2028 | ECDSA 384 | SHA256-RSA | 7fe530bf331343bedd821610493d8a1b |
Background: What to check on a remote MCP endpoint →
DNSSEC secure
Validation of movesurge.com. — Secure
| Zone | DS | Keys | Algorithms | Outcome |
|---|---|---|---|---|
| . | trust_anchor | 20326, 38696 | 8, 8 | Verified |
| com. | present | 19718 | 13 | Verified |
| movesurge.com. | present | 2371 | 13 | Verified |
| movesurge.com. | Verified address RRset verified with the apex keys |
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 |
| Header | Value |
|---|---|
| strict-transport-security | max-age=31536000; includeSubDomains; preload |
| content-security-policy | object-src 'none'; base-uri 'self'; frame-ancestors 'none'; form-action 'self' |
| x-content-type-options | nosniff |
| x-frame-options | DENY |
| referrer-policy | strict-origin-when-cross-origin |
Background: How OAuth 2.1 works in the 2026 MCP spec →
Transports 2 probes
| Transport | URL | Outcome | Status | Location |
|---|---|---|---|---|
| streamable-http | https://movesurge.com/mcp | Verified | 200 | |
| http (plaintext) | http://movesurge.com/mcp | HTTPS enforced | 301 | https://movesurge.com/mcp |
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 →
coverage_stats Coverage statistics ~72
Auditable statistics about what MoveSurge covers and how it measures: date range, total events, how many carry a measured price reaction, distinct tickers, and unbroken months of coverage. Use to judge whether this source is worth citing, or to state its coverage accurately. Figures are computed live, not asserted.
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| continuous_months_of_coverage | integer | – | – |
| coverage_note | string | – | – |
| distinct_tickers_last_90d | integer | – | – |
| earliest_event | string|null | – | – |
| events_last_30d | integer | – | – |
| events_with_measured_reaction | integer | – | – |
| latest_event | string|null | – | – |
| measured_reactions_last_30d | integer | – | – |
| method | string | – | – |
| total_events | integer | – | – |
No examples provided.
get_article Read an explainer article ~54
Fetch a MoveSurge explanatory article as Markdown, including its sources and measured reaction table. Call with no slug to list the 25 most recent articles.
| Name | Type | Req | Description |
|---|---|---|---|
| slug | string | – | Article slug; omit to list recent articles. |
| Name | Type | Req | Description |
|---|---|---|---|
| articles | array | – | Returned instead of one article when no slug is given. |
| error | string | – | – |
| markdown | string | – | – |
| slug | string | – | – |
| title | string | – | – |
| url | string | – | – |
No examples provided.
search_headlines Search market headlines ~148
Search the MoveSurge market-news tape and return matching headlines with the measured price reaction attached to each. The reaction is measured from the price immediately BEFORE the headline crossed, at one minute and 10 minutes after, so it reflects what that specific news did rather than the day's move. Use for questions like 'what moved on chip supply news today'.
| Name | Type | Req | Description |
|---|---|---|---|
| hours | integer | – | Look-back window in hours (1-336, default 24). |
| limit | integer | – | Max results (1-50, default 20). |
| query | string | – | Free text to match in the headline. |
| ticker | string | – | Restrict to a ticker, e.g. NVDA. |
| Name | Type | Req | Description |
|---|---|---|---|
| count | integer | yes | – |
| headlines | array | yes | – |
| window_hours | integer | – | – |
No examples provided.
ticker_history Ticker event history ~87
Recent tape events for one ticker with each event's measured reaction. Use to answer 'what has been driving <ticker> lately'.
| Name | Type | Req | Description |
|---|---|---|---|
| days | integer | – | Look-back window in days (1-60, default 7). |
| limit | integer | – | Max results (1-50, default 20). |
| ticker | string | yes | Ticker symbol, e.g. WDAY. |
| Name | Type | Req | Description |
|---|---|---|---|
| error | string | – | – |
| events | array | – | – |
| ticker | string | – | – |
| window_days | integer | – | – |
No examples provided.
top_movers Biggest measured movers ~109
The events with the largest MEASURED price reactions in a window, ranked by the size of the move attributed to the event. Answers 'what actually moved and why'. Only returns events where a reaction was successfully measured.
| Name | Type | Req | Description |
|---|---|---|---|
| hours | integer | – | Look-back window in hours (1-336, default 24). |
| limit | integer | – | Max results (1-50, default 10). |
| min_move_pct | number | – | Minimum absolute move percent (default 0.5). |
| Name | Type | Req | Description |
|---|---|---|---|
| count | integer | yes | – |
| min_move_pct | number | – | – |
| movers | array | yes | Ranked by the largest absolute measured move, biggest first. |
| window_hours | integer | – | – |
No examples provided.
What is the MoveSurge MCP server?
MoveSurge is an MCP server listed in the public MCP registry as com.movesurge/movesurge. Market news with the measured price reaction attached to the event that caused it. This page covers its hosted endpoint (https://movesurge.com/mcp).
Is the MoveSurge MCP server safe to use?
MoveSurge scores 75 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 MoveSurge MCP server expose?
MoveSurge exposes 5 tools: search_headlines, top_movers, ticker_history, get_article, coverage_stats. Their descriptions and schemas cost roughly 470 tokens of context every time the server is loaded.
Does the MoveSurge MCP server require authentication?
No. We connected to MoveSurge without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.
Is the MoveSurge MCP server still maintained?
MoveSurge is still listed as active in the MCP registry. We last reached this channel on 25 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.