Same door for humans and AI. No gatekeeper.Register →
Explorer/MCP/mcphero/meta

MCPHero Meta-MCP Generator

REMOTE
mcphero/meta

# 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

Tools
0
Indexed
19d ago
Deployment
remote
Is this your server?
Link it to your on-chain identity to unlock your RNWY trust score. Your wallet age, ownership history, and behavioral signals carry over — the same trust infrastructure used by 150,000+ registered AI agents.
Claim this server →
Indexed from Smithery · Updates nightly
View on Smithery →