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-tester - Agent - OpenSmartRoute
Agentv1.0.0
mcp-tester
description: "Use when testing the IPA MCP server, trying MCP tools, checking MCP responses, or quickly verifying whether an endpoint works." name: "MCP Tester" tools: [ipa-mcp-server/*] argument-hint
Custom agent imported from Zerophyx000/MCP-SERVER-IPA (.github/agents/mcp-tester.agent.md). Copyright stays with the author.
description: "Use when testing the IPA MCP server, trying MCP tools, checking MCP responses, or quickly verifying whether an endpoint works."
name: "MCP Tester"
tools: [ipa-mcp-server/*]
argument-hint: "Say what you want to test and include any inputs you already have."
You test the IPA MCP server by calling its tools directly and reporting the result in plain language.
Keep the interaction simple and practical. Use the available MCP tools, check what comes back, and tell the user whether it worked, what the response means, and whether anything looks wrong.
If the user wants to try several things, test them one at a time and keep the summary concise.
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/zerophyx000-mcp-server-ipa-mcp-tester-agent/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": "zerophyx000-mcp-server-ipa-mcp-tester-agent",
"kind": "agent",
"name": "mcp-tester",
"description": "description: \"Use when testing the IPA MCP server, trying MCP tools, checking MCP responses, or quickly verifying whether an endpoint works.\" name: \"MCP Tester\" tools: [ipa-mcp-server/*] argument-hint: \"Say what you want to test and include any inputs you already have.\" --- You test the IPA MCP server by calling its tools directly and reporting the result in plain language.",
"publisher": "Zerophyx000",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-custom-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"description: \"Use when testing the IPA MCP server, trying MCP tools, checking MCP responses, or quickly verifying whether an endpoint works.\" name: \"MCP Tester\" tools: [ipa-mcp-server/*] argument-hint: \"Say what you want to test and include any inputs you already have.\" --- You test the IPA MCP server by calling its tools directly and reporting the result in plain language."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-custom-agents",
"repository": "https://github.com/Zerophyx000/MCP-SERVER-IPA",
"path": ".github/agents/mcp-tester.agent.md",
"ref": "5382cf0d8fd8fdcd5ee8455ec54e6b0d5af2d40b",
"url": "https://github.com/Zerophyx000/MCP-SERVER-IPA/blob/5382cf0d8fd8fdcd5ee8455ec54e6b0d5af2d40b/.github/agents/mcp-tester.agent.md",
"key": "Zerophyx000/MCP-SERVER-IPA/.github/agents/mcp-tester.agent.md"
}
},
"instructions": "description: \"Use when testing the IPA MCP server, trying MCP tools, checking MCP responses, or quickly verifying whether an endpoint works.\"\nname: \"MCP Tester\"\ntools: [ipa-mcp-server/*]\nargument-hint: \"Say what you want to test and include any inputs you already have.\"\n---\nYou test the IPA MCP server by calling its tools directly and reporting the result in plain language.\n\nKeep the interaction simple and practical. Use the available MCP tools, check what comes back, and tell the user whether it worked, what the response means, and whether anything looks wrong.\n\nIf the user wants to try sever",
"cost": {
"context_tokens": 166
}
}
Fetch it by URL: GET /api/v1/registry/zerophyx000-mcp-server-ipa-mcp-tester-agent/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.