Free MCP Server Verification

MCP Verify

The most comprehensive MCP server verification tool. Analyzes Protocol Compliance, Security, Documentation Quality, Agent Readiness, and Enterprise Readiness — in seconds. No account required.

Protocol ComplianceSecurity AnalysisAgent ReadinessEnterprise ReadinessGovernanceDocumentation Quality
What is an MCP URL?

An MCP URL is the endpoint where your MCP server is hosted. Examples:

• https://example.com/mcp

• https://example.com/api/mcp

If you built your MCP server with MCPForge, copy the endpoint from your dashboard. If you're using Claude Desktop, check your claude_desktop_config.json for the url field.

5 free verifications/day · Reports cached 24h · Shareable links

Try an example: ··

Need a quick connectivity check?

Test your MCP server without generating a complete security report.

🧪 Test MCP Server

🔍

Analyze any MCP server instantly

Works with MCPForge servers, Smithery, Glama, and any MCP-compatible endpoint

What MCP Verify Analyzes

Ten independent analyzers on every verification

Each analyzer runs independently and contributes to a composite Agent Readiness score. Results include specific findings and prioritized recommendations.

🔌Protocol Compliance

Tests the MCP handshake, JSON-RPC 2.0 response format, tool discovery, resources support, and prompts support. Validates that the server correctly implements the Model Context Protocol specification.

🛡️Security Analysis

Evaluates authentication requirements, exposure of destructive or sensitive operations, and access control mechanisms. Identifies endpoints that should require approval before agent execution.

⚙️Governance

Assesses governance controls for MCPForge-managed servers: tool-level permissions, approval workflows, audit logs, credentials vault, and endpoint protection. Produces an overall governance maturity score.

📝Documentation Quality

Scores tool description completeness, length, and clarity. AI agents select tools based on their descriptions — undocumented or poorly-described tools cause routing errors and incorrect invocations.

🤖Agent Readiness

A multi-dimensional score (0–100) assessing production readiness for agent use. Combines connectivity, protocol completeness, output safety, documentation quality, and tool catalog structure.

Tool Density

Evaluates whether the server exposes the right number of tools with appropriate complexity. Too many tools or overly complex schemas increase agent decision time and routing errors.

🔍Tool Overlap

Detects semantically similar or duplicate tools using verb synonym normalization and name similarity analysis. Overlapping tools cause non-deterministic agent routing behavior.

📊Context Load

Estimates the cognitive load imposed on agents by the entire tool catalog. Includes footprint estimation in tokens, schema complexity scoring, selection ambiguity detection, and domain breadth analysis.

🗺️Domain Boundary

Uses a 16-domain taxonomy to detect whether the tool catalog spans multiple unrelated business domains. Poor domain coherence signals the server may benefit from being split into specialized agents.

🏢Enterprise Readiness

Evaluates security posture, compliance readiness, professional quality, and operational maturity. Produces a maturity level from Prototype to Enterprise Ready with security and governance findings.

How It Works

From URL to report in under 15 seconds

MCP Verify connects to your server, runs the full verification suite, and delivers a detailed report — all without requiring an account or storing your server data.

1
Paste MCP URL

Enter any publicly accessible MCP server endpoint URL. Supports live MCP connections, OpenAPI specs, and GitHub repositories.

2
Secure Connection

MCPForge establishes a connection using the MCP Streamable HTTP transport and sends an initialize request to the server.

3
Protocol Verification

The server's JSON-RPC response is validated against the MCP specification. Tool discovery, resources, and prompts are each tested.

4
Deep Analysis

10+ analyzers run in parallel: security scoring, documentation quality, agent readiness, enterprise readiness, context load, and more.

5
Complete Report

Receive a shareable report with scores for every dimension, specific findings, and prioritized recommendations.

Why MCPForge Verify

Beyond basic protocol testing

A basic MCP validator confirms connectivity. MCPForge Verify goes further — scoring security posture, governance maturity, agent-specific quality signals, and enterprise deployment readiness.

FeatureBasic MCP ValidatorMCPForge Verify
Protocol Handshake
Tool Discovery
MCP Protocol Validation
Security Analysis
Governance Assessment
Documentation Quality Score
Agent Readiness Score
Tool Density Analysis
Tool Overlap Detection
Context Load Estimation
Domain Detection
Suggested Agent Split
Enterprise Readiness
Shareable Reports
Verify Your MCP Server Free →

Who Uses MCP Verify

Built for the full MCP ecosystem

From individual developers to enterprise security teams — anyone who builds, integrates, or deploys MCP servers.

👩‍💻AI Developers

Validate your MCP server before connecting it to Claude, Cursor, or other AI development tools. Catch protocol issues, empty tool descriptions, and credential exposure before your server reaches users.

🏗️Platform Teams

Assess third-party MCP servers before integrating them into your platform. Understand their security posture, governance maturity, and how they will behave when invoked by production agents.

🔒Security Teams

Review authentication requirements, identify unauthenticated endpoints, detect credentials in tool output, and confirm whether audit logging and tool-level permissions are in place.

📦Open Source Maintainers

Verify your MCP server meets compatibility and quality standards. Add a Verified badge to your README and list your server in the MCPForge Verified Directory for public visibility.

🏢Enterprise Engineering Teams

Evaluate third-party MCP servers for enterprise adoption. Get Enterprise Readiness scores, governance findings, and formal security and compliance reports before deployment.

Frequently Asked Questions

Common questions about MCP Verify

Everything you need to know about verifying MCP servers, understanding scores, and preparing for production.

What is an MCP server?+

An MCP (Model Context Protocol) server is a service that exposes tools, resources, and prompts to AI agents. Tools are callable functions, resources are readable data sources, and prompts are reusable templates. MCP is an open standard developed by Anthropic that enables AI models like Claude to interact with external services and APIs in a standardized way.

What does MCP Verify analyze?+

MCP Verify performs a comprehensive analysis across ten dimensions: Protocol Compliance, Security Analysis, Governance, Documentation Quality, Agent Readiness, Tool Density, Tool Overlap, Context Load, Domain Boundary, and Enterprise Readiness. Each dimension produces a score from 0–100 with specific findings and actionable recommendations.

How long does verification take?+

Most live MCP verifications complete in 5–15 seconds, depending on server response latency and tool count. GitHub repository analysis typically takes 10–20 seconds. Results are cached for 24 hours to avoid re-analyzing the same server repeatedly.

Can I verify authenticated MCP servers?+

Yes. For servers requiring an API key, click "Add API Key" below the endpoint field before running verification. For OAuth-protected servers (such as Linear, GitHub, or Shopify Remote MCP), MCP Verify confirms reachability and OAuth protection, but full tool analysis requires credentials.

Can I verify a localhost server?+

MCP Verify requires a publicly accessible endpoint. To verify a local server, expose it temporarily using a tunneling service such as ngrok or Cloudflare Tunnel, then paste the public URL into the verification form.

Does MCPForge store my server data?+

Verification results are cached for 24 hours. Your endpoint URL is stored with the result to enable cache lookups and shareable links. No credentials, tool output, or server state is stored permanently. Anonymous users are rate-limited to 5 verifications per day.

What is Agent Readiness?+

Agent Readiness is a multi-dimensional score (0–100) that assesses how well-prepared a server is for production AI agent use. It evaluates connectivity, protocol completeness, tool documentation quality, output safety, tool catalog structure, context load, and domain coherence — with a risk level from Low to Critical and specific improvement recommendations.

What is Enterprise Readiness?+

Enterprise Readiness assesses suitability for deployment inside organizations. It evaluates four dimensions: Security Posture (authentication, credential safety, access control), Compliance Readiness (audit trails, approval workflows, protocol versioning), Professional Quality (naming conventions, schema consistency), and Operational Maturity (latency, stability, version management). The result is a maturity level from Prototype to Enterprise Ready.

Does verification change my MCP server?+

No. MCP Verify only reads from your server. It sends standard MCP initialize, tools/list, and one sample tool call request, then observes responses. No data is written, no state is modified, and no destructive operations are triggered.

What happens if verification fails?+

If the connection fails, you will see a Connection Failed state with the specific error and troubleshooting suggestions. If the server responds but is not a valid MCP endpoint, you receive a Transport Detection report explaining what was observed versus what was expected. Partial failures produce partial scores for the checks that did succeed.

What is the difference between MCP Verify and the Test MCP Server tool?+

Test MCP Server runs a quick protocol connectivity check without generating a full analysis report. MCP Verify runs the complete suite of 10+ analyzers — including security scoring, governance assessment, agent readiness, enterprise readiness, and all other dimensions — and produces a permanent, shareable report.

Can I share my verification report?+

Yes. Every verification generates a unique shareable URL at mcpforge.tech/verify/report/[id]. You can also add a verified badge to your README using the Markdown snippet shown after verification. Servers scoring 65 or above can be published to the MCPForge Verified Directory.

What MCP transport types are supported?+

MCP Verify supports Streamable HTTP (the current MCP standard), legacy HTTP+SSE transport, and static analysis via OpenAPI spec or GitHub repository URL. It automatically detects the transport type and reports which protocol variant is in use.

Is MCP Verify free to use?+

Yes. Anonymous verifications are free with a rate limit of 5 per day. Creating a free MCPForge account increases the limit to 100 verifications per month and provides persistent shareable report links.

What is the MCPForge Score?+

The MCPForge Score is a weighted composite metric from 0–100: Security 30%, Compliance 20%, Compatibility 20%, Quality 15%, Health 15%. Scores of 90+ indicate Enterprise Ready status; 80–89 are Verified; 60–79 are Production Candidates; 40–59 need review; below 40 are High Risk.