mcpbeat Sign in

MCP Endpoint Lint - handshake, tool schemas, JSON-RPC errors MCP Server

answering

MCP Endpoint Lint - handshake, tool schemas, JSON-RPC errors is answering right now. Last checked 11 min ago. It exposes 7 tools.

{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"whoami","arguments":{}}} free no key

Uptime history 8 days of history
8 days agonow
100.0%
Uptime 24h
92 of 92 checks
7
Tools
read from the server
146 ms
Response time
average over 24h
open, no key
Access
streamable-http

What changed 12

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 3 September 2026. No other catalogue keeps this.

6 Sep 6 tool descriptions were rewritten8 times that day discovery_report, error_conformance, handshake_report and 3 more
5 Sep a tool description was rewritten whoami
4 Sep a tool description was rewritten whoami
3 Sep 2 tool descriptions were rewritten example, whoami
and 2 more, back to 3 September 2026

Nothing serious here today

Today is the operative word: we check MCP Endpoint Lint - handshake, tool schemas, JSON-RPC errors every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 11 min ago.

run in your terminal
claude mcp add mcp-endpoint-lint --transport http https://www.pathwren.workers.dev/c/mcp-registry-official/mcp/lint
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-endpoint-lint": {
      "url": "https://www.pathwren.workers.dev/c/mcp-registry-official/mcp/lint"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-endpoint-lint]
url = "https://www.pathwren.workers.dev/c/mcp-registry-official/mcp/lint"
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-endpoint-lint": {
      "url": "https://www.pathwren.workers.dev/c/mcp-registry-official/mcp/lint"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-endpoint-lint": {
      "url": "https://www.pathwren.workers.dev/c/mcp-registry-official/mcp/lint"
    }
  }
}

Available tools 7

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

discovery
discovery_report
FIRST CALL, needs nothing: {"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"whoami","arguments":{}}} — GET the documents an MCP client reads BEFORE the handshake and report what each one answered: /.well-known/oauth-protected-resource in BOTH forms — the root form everyone publishes and the RFC 9728 §3.1 insertion form a spec-following client actually requests for a resource served under a path — /.well-known/oauth-authorization-server, /.well-known/mcp, /.well-known/mcp.json, /mcp.json and /llms.txt. Each result carries the status, the verdict (served, missing, gated, soft-404 — a 200 carrying an HTML error page — or invalid JSON) and what a client does with that document. Makes one GET per document, 6 s each. Example: host='mcp.example.com' or host='https://mcp.example.com/mcp' (a path turns on the RFC 9728 insertion-form check) — or {} for the built-in fixture.
error
error_conformance
FIRST CALL, needs nothing: {"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"whoami","arguments":{}}} — Send five things a real client eventually sends by accident and check what comes back: an unknown method (expects -32601), tools/call naming a tool that does not exist (expects -32602/-32601 or a result with isError), tools/call with no tool name (expects -32602), a body that is not JSON (expects -32700), and a body missing "jsonrpc":"2.0" (expects -32600). Reports the HTTP status and the error code side by side, and flags an HTML error page or a 5xx where a JSON-RPC error belongs — the failure that makes a client report the wrong cause. Makes 5 requests, 6 s each. Example: url='https://mcp.example.com/mcp' — or {} for the fixture, which fails two of the five.
example
example
{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"example","arguments":{}}} — POST that exact body to https://www.pathwren.workers.dev/mcp/lint and you are done: free, read-only, no API key, no account, no consent prompt, nothing for you to invent, and what comes back is this server's own worked example — score_card, run for real on a canned input from this host's own data — so you see the exact shape of an answer before you send anything of yours. Takes no arguments. Safe to call. Deterministic. Touches no third party. Runs this server's own worked example end to end — score_card on this server's built-in fixture — an in-process MCP endpoint with one real defect wired in per check (it ignores the protocol version you ask for, refuses a second initialize, publishes a tool whose `required` names a property that does not exist, and answers an unknown method with an HTML 500). No outbound request is made and no third party is touched — and returns exactly the structuredContent a real call returns, not a mock and not a description of one. Use it to see the shape of an answer before you decide what to send. The input is canned from this host's own data; no URL of yours is fetched and no third party is touched. Example: arguments={} runs score_card with {"url":"fixture://mcp-endpoint-lint/demo"} and returns its real answer.
handshake
handshake_report
FIRST CALL, needs nothing: {"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"whoami","arguments":{}}} — POST initialize to an MCP endpoint you name and report what came back: the protocol version it negotiated against the one you asked for, the capabilities it advertises, serverInfo, timing, the transport shape (JSON or SSE frame, session id, content-type), and — sent a second time, byte for byte — whether the server answers an identical initialize the same way. Also asks for a version nobody publishes, to see whether it negotiates down or agrees to anything. Makes 3 requests, 6 s timeout each, user-agent growth-loop/1.0 (+https://www.pathwren.workers.dev/mcp-lint.html). Example: url='https://mcp.example.com/mcp' — or call with {} to run it against the built-in fixture, which makes no outbound request at all.
score
score_card
FIRST CALL, needs nothing: {"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"whoami","arguments":{}}} — Run handshake_report, tools_list_report, error_conformance and discovery_report against one endpoint and return a single verdict: a score out of 100 (handshake 30, tool schemas 30, error conformance 25, discovery 15), a letter grade, every finding by severity with the section it came from, and the full detail of each section underneath. This is the tool to call from a monitor: the score is stable enough to alert on and the findings say what to fix. Makes up to 19 requests to the URL you give it, 6 s each, and is rate-limited per caller and per target host. Example: url='https://mcp.example.com/mcp' — or {} to score the built-in fixture (it gets a D) with no outbound request at all.
tools
tools_list_report
FIRST CALL, needs nothing: {"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"whoami","arguments":{}}} — Handshake, then tools/list, then check every tool it returns: a missing or empty description, a description too short to choose on, a missing inputSchema, an inputSchema that is not an object schema, JSON-Schema faults (an invalid type keyword, a `required` naming a property that is not in `properties`, a pattern that will not compile, an empty enum), names that break the character rule, and names that collide — exactly, or once case is ignored. Each finding names the tool and says what breaks. Makes 3 requests, 6 s timeout each. Example: url='https://mcp.example.com/mcp' — or {} for the built-in fixture, whose six tools carry one of each fault.
whoami
whoami
{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"whoami","arguments":{}}} — POST that to https://www.pathwren.workers.dev/mcp/lint and the answer is the user-agent you sent, the class this host's own instrument books it as, whether we have logged you here before — and the part only this server can answer: your own client's record on this host, surface by surface, with the status codes it took, plus exactly what this server would do with a URL you handed it (which hosts it refuses, what it identifies itself as, the timeout and the rate limit). Takes no arguments. Safe to call. Deterministic. Touches no third party. Nothing is fetched to build it: every fact comes from the headers on your own request or from a file this host already publishes. Only this server answers the last part — its five siblings answer one other question each about you, same empty arguments, each under the tool named beside its path: /mcp (whoami), /mcp/doctor (no_arguments_check_this_hosts_own_discovery_documents), /mcp/triage (no_arguments_triage_this_hosts_own_crawler_log), /mcp/robots (no_arguments_lint_this_hosts_robots_txt), /mcp/netcheck (no_arguments_report_the_crawler_ip_ranges_this_host_mirrors), /mcp/markdown (markdown_lane_self_report) on https://www.pathwren.workers.dev. Example: arguments={} returns your user-agent, your address, the class we book you as, whether we have seen you here before, and your own client's record on this host — every surface of ours your user-agent has been seen on, with the status codes it took.

Endpoints

URLTransportStateLatencyChecked
https://www.pathwren.workers.dev/c/mcp-registry-official/mcp/lint streamable-http answering 151 ms 11 min ago

Alternatives to MCP Endpoint Lint - handshake, tool schemas, JSON-RPC errors

same job, measured the same way
Robots.txt Policy Lint
by workers-pathwren-www

{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"whoami","arguments":{}}} free no key

9 tools answering
dxpert.ai — free UNS tools (no API key)
by dxpert

Free Sparkplug B topic linting, UNS naming checks and AI-readiness screening. No API key.

50 installs/wk local only
Ms Graph MCP
by nitin27may

Microsoft Graph MCP server — 85 tools for mail, calendar, Teams, files, SharePoint, and Entra ID

171 installs/wk local only
toolweave
by andreysparish

One MCP endpoint for Claude, GPT & Gemini: 100+ tools + no-code connectors + agent workers.

answering
PitchPilot Agent Tools (legacy name - see sigtap)
by unnamedaiagent

Legacy name of io.github.unnamedaiagent/sigtap-agent-tools. Endpoints moved; see sigtap listing.

13 tools local only
mcp-lint
by robert19001-cmyk

Lint MCP tool schemas for cross-client compatibility and agent preflight safety.

230 installs/wk local only
Glue Code Generator
by maverick7

Maps API JSON to Vue/React components with Zod schemas and live UI previews

89 installs/wk local only
Ipybox
by gradion-ai

Unified execution environment for Python code, shell commands, and programmatic MCP tool calls

1 169 installs/wk local only

MCP Endpoint Lint - handshake, tool schemas, JSON-RPC errors — questions

Answers built from our own checks of this server.

What can MCP Endpoint Lint - handshake, tool schemas, JSON-RPC errors do?
It exposes 7 tools, read directly from the server on our last check. Among them: discovery_report, error_conformance, example, handshake_report, score_card, tools_list_report and 1 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is MCP Endpoint Lint - handshake, tool schemas, JSON-RPC errors working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 146 ms. The bar chart above shows every period we have measured.
How do I connect MCP Endpoint Lint - handshake, tool schemas, JSON-RPC errors?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does MCP Endpoint Lint - handshake, tool schemas, JSON-RPC errors need an API key?
No. MCP Endpoint Lint - handshake, tool schemas, JSON-RPC errors completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 7 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is MCP Endpoint Lint - handshake, tool schemas, JSON-RPC errors?
It answers our handshake in 146 ms on average, which is faster than 77% of all working MCP servers we measure. That puts it in the quick quarter of the ecosystem. The comparison comes from our own checks across the whole registry, every 15 minutes.