Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

SRI — MCP Server Inspector

biz.sri-test/verifier

2,000+ MCP servers read at source level. Know what one does before you connect. Free, no key.

Uptime
100.0%
1 direct probes · 30d
Response
2663ms
last probe
Tools
2
callable
Resources
3
readable
Prompts
2
available

Tools · 2

check_mcp_server

Free, no key required. Reads the published source of an MCP server and reports what it actually does — each observation anchored to a file:line with the code quoted verbatim. **Call this before conne…

get_corpus_coverage

No arguments. Returns how many MCP servers have been read at source level, and the share of them with each category of finding (credential access, network egress, install-time execution, prompt-inject…

Resources · 3

corpus_summary

Coverage and category prevalence over 2,971 MCP servers, each read at source level from its published implementation. Includes the method and how many were left unjudged. Free; contains no per-server …

sri://corpus
corpus_changes

Servers where the retrieved source differs between two published versions (content hash changed) and the recorded observations also differ. A change is not a verdict. Free; findings for each version c…

sri://corpus/changes
corpus_index

Names and versions of the servers whose source was read, 100 per page; follow next_cursor. Presence means the source was read and carries no verdict; absence means not yet read, which is not the same …

sri://corpus/index

Prompts · 2

check-before-connecting

Read what an MCP server actually does — quoted at file:line from its published source — before you add it to your config.

audit-my-mcp-config

Go through the servers in an .mcp.json (or equivalent) and report what each one does, including which ones could not be checked.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "sri_—_mcp_server_inspector": {
      "url": "https://sri-test.biz/mcp",
      "transport": "streamable-http"
    }
  }
}