INDIVIDUAL MCP TOOL
metamesh.discovery_status
Control/observability: status of the registry discovery engine (active tools, last run, pages fetched).
LIVE ENDPOINT
https://api.metamesh-uga.dev/mcp
Connect to this endpoint to inspect the live schema for metamesh.discovery_status and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.metamesh-uga-gateway]
url = "https://api.metamesh-uga.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"metamesh-uga-gateway": {
"type": "http",
"url": "https://api.metamesh-uga.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: metamesh-uga-gateway
Remote MCP URL: https://api.metamesh-uga.dev/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"metamesh-uga-gateway": {
"url": "https://api.metamesh-uga.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"metamesh-uga-gateway": {
"type": "http",
"url": "https://api.metamesh-uga.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "metamesh-uga-gateway",
"transport": "streamable-http",
"url": "https://api.metamesh-uga.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
metamesh.context— Compact snapshot of the MetaMesh gateway: active tool count, top categories, payment/billing status, last discovery.metamesh.search_tools— Search the catalog of 13k+ MCP tools by keyword.metamesh.tool_info— Detailed info for a specific catalog tool: description, category, trust/security score, state, source.metamesh.metrics— Usage analytics: total tools, calls, success rate and recent error counts.metamesh.health— Gateway health: database connectivity, payment configuration and feature flags.stripe.stripe_implementation_planner— Stripe payment integration planner.stripe.send_stripe_mcp_feedback— Submit feedback from user or agent about Stripe's MCP server tools.stripe.search_stripe_documentation— Search the Stripe documentation for the given question and language.