Leaderboard/MCPHero Meta-MCP Generator
MCP ServerScored via MCP protocol probing: initialize handshake, tools/list conformance, and ping + tool invocation performance.

MCPHero Meta-MCP Generator

# MCPHero Meta-MCP Let your agent build its own tools. MCPHero Meta-MCP exposes an AI-powered wizard pipeline as MCP tools — describe what you need in plain English, and the agent generates, deploys, and hosts a production MCP server with the exact tools required. Once built, the agent calls those tools on every future run instead of re-generating context from scratch. **Why it matters:** Every time an agent calls an API, parses a database, or runs a calculation, it burns tokens on schemas, error handling, and output parsing. MCPHero flips this — a 50,000-token integration becomes a 50-token tool call on every subsequent run. Your agent doesn't just *use* tools, it *creates* them and keeps them forever. ## What you get - **15 MCP tools** covering the full lifecycle: create sessions, describe requirements in natural language, review AI-suggested tools, configure env vars, set auth, generate code, and deploy — all from inside your agent - **Self-hosted MCP servers** with bearer token auth, ready to connect to any MCP client - **No CLI required** — works entirely through the MCP protocol (OAuth 2.1 handled by your client) ## Quick start Add to your MCP client config: ```json { "mcpServers": { "mcphero": { "url": "https://api.mcphero.app/mcp/meta/mcp" } } } ``` Then ask your agent: *"Build me an MCP server for my PostgreSQL database"* ## Tools | Tool | What it does | |------|-------------| | `wizard_create_session` | Start a new server build session | | `wizard_chat` | Describe requirements in natural language | | `wizard_start` | Begin AI tool suggestion | | `wizard_list_tools` | Review suggested tools | | `wizard_refine_tools` | Iterate on tool definitions | | `wizard_submit_tools` | Confirm tool selection | | `wizard_suggest_env_vars` | Get env var suggestions | | `wizard_list_env_vars` | Review suggested env vars | | `wizard_refine_env_vars` | Iterate on env vars | | `wizard_submit_env_vars` | Submit env var values | | `wizard_set_auth` | Generate bearer token | | `wizard_generate_code` | Generate server code | | `wizard_regenerate_tool_code` | Regenerate a single tool | | `wizard_deploy` | Deploy and get server URL | | `wizard_state` | Poll async operation status | ## Learn more - [Documentation](https://mcphero.app/docs/meta-mcp) - [GitHub](https://github.com/arterialist/mcphero-skills) - [Agent Skills for MCPHero MCP Server](https://github.com/arterialist/mcphero-skills/tree/main/skills/meta-mcp-wizard) — use with Claude Code, OpenCode, Cursor, and more

60/100
Operational Score
Score Breakdown
Availability30/30
Conformance10/30
Performance20/40
Key Metrics
Uptime 30d
100.0%
P95 Latency
215.8ms
Conformance
Fail
Trend
Stable
What's Being Tested
Availability
HTTP health check to the service endpoint
Responded with HTTP 401 in 190ms
ConformanceNot tested
MCP initialize handshake + tools/list
Performance
MCP ping + zero-arg tool invocation benchmarking
P95 latency: 215ms, task completion: 0%
Recent Probe Results
TimestampStatusLatencyConformance
Apr 10, 2026success190.5msPass
Apr 10, 2026success404.9msPass
Apr 10, 2026success215.8msPass
Apr 10, 2026success190.7msPass
Apr 10, 2026success211.3msPass
Source Registries
smithery
First Seen
Apr 10, 2026
Last Seen
Apr 10, 2026
Last Probed
Apr 10, 2026
MCPHero Meta-MCP Generator — Chiark Agent Quality Index