Skip to main content
Glama

SRI — MCP Server Inspector

Server Details

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

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
SRITEST0001/sri
GitHub Stars
0
Server Listing
SRI

TDQS

A4.9/5.0
Disambiguation5/5

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.

Naming Consistency5/5

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.

Tool Count4/5

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.

Completeness5/5

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 tools
check_mcp_serverCheck what an MCP server does before connecting to itA
Read-only
Inspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYesThe 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.
versionYesExact version, e.g. '1.2.3'.
ecosystemNoAlways 'mcp'. Other ecosystems are not covered.mcp
l402_tokenNoDeprecated and ignored. Payment, when charged, is over x402 (USDC on Base) via HTTP 402.

Output Schema

ParametersJSON Schema
NameRequiredDescription
nameYes
statusYes'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.
messageNo
summaryNo
versionYes
findingsYesObservations, not verdicts. An empty array is not a clearance.
ecosystemYes
price_usdNo
disclaimerYes
risk_levelNo'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_urlNo
analyzed_atNo
org_decisionNo
content_sha256NoHash of exactly what was read, so the claim is checkable.
analyzer_versionNo
quoted_price_usdNo

TDQS

A4.9/5.0
Behavior5/5

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.

Conciseness5/5

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.

Completeness5/5

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.

Parameters4/5

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.

Purpose5/5

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.

Usage Guidelines5/5

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 itA
Read-only
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Output Schema

ParametersJSON Schema
NameRequiredDescription
not_readYesRetrieved but contained no implementation code. Not 'clean' - there was nothing to read.
categoriesYesShare 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.
disclaimerYes
lookup_toolNo
servers_readYesRead at source level and judged.
analyzer_versionNo

TDQS

A4.9/5.0
Behavior5/5

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.

Conciseness5/5

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.

Completeness5/5

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.

Parameters4/5

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.

Purpose5/5

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.

Usage Guidelines5/5

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. 1 tool update
    • Changedcheck_mcp_server1 field changed
      • changedInput schema / properties / l402_token / description
        Previous 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

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • F
    license
    A
    quality
    C
    maintenance
    A 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
    -
  • F
    license
    Not graded
    quality
    C
    maintenance
    An 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
    -
  • A
    license
    Not graded
    quality
    C
    maintenance
    Local MCP server for running ad hoc T-SQL queries against SQL Server databases, read-only by default with security safeguards.
    591
    MIT
  • A
    license
    B
    quality
    C
    maintenance
    Read-only MCP server for exploring and analyzing SQL Server objects (tables, views, triggers, stored procedures) from Claude Code.
    8
    591
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.