SRI — MCP Server Inspector
Server Details
2,000+ MCP servers read at source level. Know what one does before you connect. Free, no key.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- SRITEST0001/sri
- GitHub Stars
- 0
- Server Listing
- SRI
TDQS
The two tools serve clearly distinct purposes: one checks a specific MCP server's source-level behavior, while the other provides aggregate corpus coverage statistics. There is no overlap or realistic chance of selecting the wrong tool.
Both tool names follow a consistent verb_noun pattern with snake_case: check_mcp_server and get_corpus_coverage. The naming convention is uniform and immediately signals what each tool does.
Two tools is slightly below the typical 3-15 range, but the server has a narrow, focused purpose and each tool earns its place in the workflow. The count feels intentional rather than incomplete.
For the stated domain of inspecting MCP servers before connection, the surface is complete: get_corpus_coverage gives corpus-level context, and check_mcp_server gives the per-server inspection. There are no dead ends or missing lifecycle steps.
Available Tools
2 toolscheck_mcp_serverCheck what an MCP server does before connecting to itARead-onlyInspect
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 connecting to, installing, or invoking an MCP server you have not read yourself. Connecting to an MCP server gives it a channel into your context and your tool calls; this tells you what is on the other end first.
Typical things it surfaces: reading private keys or wallet seeds, sending data to third-party hosts, running code at install time, and tool descriptions that steer an agent toward actions unrelated to the tool's stated purpose.
Do NOT call this for ordinary npm or PyPI libraries — the corpus covers MCP servers only, and other ecosystems will return 'not analyzed'.
This reports observations, not a safety verdict. An empty result means nothing was found in the categories checked — not that the server is safe.
Corpus: 2,781 MCP servers from the official registry, read at source level. Coverage index (free, no key, findings not included): GET https://sri-test.biz/v1/corpus
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The registry name (e.g. 'io.github.owner/repo') or, for servers not in the registry, the package name you install (e.g. '@modelcontextprotocol/server-filesystem'). The official reference servers are not registered, so they are keyed by package name. | |
| version | Yes | Exact version, e.g. '1.2.3'. | |
| ecosystem | No | Always 'mcp'. Other ecosystems are not covered. | mcp |
| l402_token | No | Deprecated and ignored. Payment, when charged, is over x402 (USDC on Base) via HTTP 402. |
Output Schema
| Name | Required | Description |
|---|---|---|
| name | Yes | |
| status | Yes | 'queued' means nothing has been checked yet — it is not a clean result. 'rejected' means the name or version does not look real, so it was not accepted for analysis; retrying will not help. |
| message | No | |
| summary | No | |
| version | Yes | |
| findings | Yes | Observations, not verdicts. An empty array is not a clearance. |
| ecosystem | Yes | |
| price_usd | No | |
| disclaimer | Yes | |
| risk_level | No | 'insufficient_evidence' means the published artifact contains no implementation code to read (metadata and documentation only), so no judgement was made. It does not mean nothing is there. |
| source_url | No | |
| analyzed_at | No | |
| org_decision | No | |
| content_sha256 | No | Hash of exactly what was read, so the claim is checkable. |
| analyzer_version | No | |
| quoted_price_usd | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond the readOnlyHint=true annotation, the description discloses several important behavioral traits: it is free and requires no key, it reads the published source of servers from a corpus of 2,781 entries, it reports observations rather than a safety verdict, and an empty result means 'nothing found in categories checked', not safety. It also notes that l402_token is deprecated and ignored, and that payment, when charged, happens over x402. This is rich, candid behavioral context that goes well beyond the structured annotation field.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is appropriately compact for a security-relevant tool, with each sentence adding a distinct piece of value: the free no-key nature, the file:line anchors, the call-before-connecting guidance, the kinds of findings, the negative use-case, the observation-versus-verdict caveat, and the corpus scope. It is front-loaded with the most decision-relevant fact (what the tool does and that it is free/private). No sentence is wasted.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given that the tool has an output schema, an annotations block, and 100% schema coverage, the description still adds essential context: when to call it, what not to call it for, the meaning of an empty result, the corpus size and coverage index, and the x402 payment nuance. An agent has everything needed to select, invoke, and interpret this tool correctly without hunting elsewhere.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so the schema already documents all four parameters. The description adds extra meaning by clarifying that 'name' can be either a registry name or a package name for unregistered reference servers, and by stating that 'ecosystem' always defaults to 'mcp' and that l402_token is deprecated/ignored. These additions go beyond the raw schema descriptions and help an agent form correct inputs, though the schema already carries most of the semantic weight.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with a precise verb and resource: it reads the published source of an MCP server and reports observations anchored to file:line with quoted code. This goes beyond a generic 'check' by stating exactly what is returned and how, and it clearly differentiates from the sibling get_corpus_coverage, which is about corpus coverage rather than single-server analysis.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives an explicit condition for use ('Call this before connecting to, installing, or invoking an MCP server you have not read yourself') and an explicit exclusion ('Do NOT call this for ordinary npm or PyPI libraries'). It also names the sibling tool indirectly by pointing to corpus coverage as a separate concern, so the agent knows when this tool is and isn't appropriate.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_corpus_coverageWhat has already been read, and what was found in itARead-onlyInspect
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-injection surface).
Use this to judge whether checking a specific server is worth it before you look one up. It reports aggregate counts only - no per-server findings, and no verdict about any individual server.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
| not_read | Yes | Retrieved but contained no implementation code. Not 'clean' - there was nothing to read. |
| categories | Yes | Share of judged servers with at least one finding in the category. Counted per server, not per finding. Most findings describe the server's stated job. |
| disclaimer | Yes | |
| lookup_tool | No | |
| servers_read | Yes | Read at source level and judged. |
| analyzer_version | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already include readOnlyHint: true, but the description adds significant transparency beyond that: 'No arguments', 'Returns how many... and the share of them with each category', and explicitly states limitations: 'aggregate counts only - no per-server findings, and no verdict about any individual server.' This fully clarifies behavioral scope.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely concise—two sentences. The first sentence states the function, and the second gives usage context and limitations. No filler or redundant phrases. It is front-loaded with the key information and every sentence adds value.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's simplicity (no params, simple aggregate output), the description fully covers what it does, how to use it, and what it doesn't do. The existence of an output schema covers the return format, so the description doesn't need to detail that. It is complete and actionable.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
There are zero parameters, and the schema is empty with 100% coverage. The description even states 'No arguments', which aligns with the schema. Since there are no parameters to explain, a baseline of 4 is appropriate; the description doesn't need to add param semantics.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's function: 'Returns how many MCP servers have been read at source level, and the share of them with each category of finding.' It also differentiates from the sibling tool by explicitly noting it provides only aggregate counts with 'no per-server findings', making its purpose distinct.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives explicit guidance: 'Use this to judge whether checking a specific server is worth it before you look one up.' It also implicitly contrasts with the sibling tool by stating it does not give per-server details, which orients the agent on when to use this vs. check_mcp_server.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
1 tool update
- Changed
check_mcp_server1 field changed- changed
Input schema / properties / l402_token / descriptionPrevious value: -"Not needed right now — usage is free. Only used once mainnet settlement is enabled."New value: +"Deprecated and ignored. Payment, when charged, is over x402 (USDC on Base) via HTTP 402."
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity – fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge – works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge – works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Free, read-only security scanner for remote MCP servers, before you connect them.
Conformance checker for MCP servers. Free, no key, verdicts recomputable and re-measured daily.
Independent trust scores, tool surfaces and change history for MCP servers.
Scores any MCP server before you trust it: free quick check, full paid report, 2-5 way compare.
Related MCP Servers
- FlicenseAqualityCmaintenanceA read-only MCP server for SQL Server and PostgreSQL that enables exploring and querying databases (schemas, tables, views, procedures, indexes, foreign keys) and running arbitrary SELECT queries.37-
- FlicenseNot gradedqualityCmaintenanceAn MCP server that connects any two systems so an agent can explore both, map between them, and run real data transfers — then shows its working in a run folder you can audit afterwards.1-
- AlicenseNot gradedqualityCmaintenanceLocal MCP server for running ad hoc T-SQL queries against SQL Server databases, read-only by default with security safeguards.591MIT
- AlicenseBqualityCmaintenanceRead-only MCP server for exploring and analyzing SQL Server objects (tables, views, triggers, stored procedures) from Claude Code.8591MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.