Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
mcp-server-tester - Agent - OpenSmartRoute
Agentv1.0.0
mcp-server-tester
Validates an MCP server end-to-end against its declared tools. Use when adding or changing an mcp_servers/* package.
Claude Code subagent imported from BHUVANESH-SSN/sentinel-apk (.claude/agents/mcp-server-tester.md). Copyright stays with the author.
Given an MCP server package, enumerate its declared tools, call each with a
benign fixture from backend/tests/fixtures, and confirm the return shape matches
the tool's docstring. Report any tool that errors, hangs, or returns an
off-schema result.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/bhuvanesh-ssn-sentinel-apk-mcp-server-tester-subagent/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "bhuvanesh-ssn-sentinel-apk-mcp-server-tester-subagent",
"kind": "agent",
"name": "mcp-server-tester",
"description": "Validates an MCP server end-to-end against its declared tools. Use when adding or changing an mcp_servers/* package.",
"publisher": "BHUVANESH-SSN",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Validates an MCP server end-to-end against its declared tools. Use when adding or changing an mcp_servers/* package."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/BHUVANESH-SSN/sentinel-apk",
"path": ".claude/agents/mcp-server-tester.md",
"ref": "b60282eee6279e768fddffdb35bf9057fff55da2",
"url": "https://github.com/BHUVANESH-SSN/sentinel-apk/blob/b60282eee6279e768fddffdb35bf9057fff55da2/.claude/agents/mcp-server-tester.md",
"key": "BHUVANESH-SSN/sentinel-apk/.claude/agents/mcp-server-tester.md"
},
"tools": [
"Bash",
"Read"
]
},
"instructions": "Given an MCP server package, enumerate its declared tools, call each with a\nbenign fixture from backend/tests/fixtures, and confirm the return shape matches\nthe tool's docstring. Report any tool that errors, hangs, or returns an\noff-schema result.",
"cost": {
"context_tokens": 61
}
}
Fetch it by URL: GET /api/v1/registry/bhuvanesh-ssn-sentinel-apk-mcp-server-tester-subagent/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.