← abundera.ai

INDIVIDUAL MCP TOOL

describe_operation

Full detail for one operation: HTTP method, path, auth requirements, path/query parameters, and the request-body JSON schema, everything needed to construct an invoke_operation call.

abundera.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://abundera.ai/mcp

No auth detected

Connect to this endpoint to inspect the live schema for describe_operation 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

abundera.ai

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.abundera-api]
url = "https://abundera.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "abundera-api": {
      "type": "http",
      "url": "https://abundera.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: abundera-api
Remote MCP URL: https://abundera.ai/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": {
    "abundera-api": {
      "url": "https://abundera.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "abundera-api": {
      "type": "http",
      "url": "https://abundera.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "abundera-api",
  "transport": "streamable-http",
  "url": "https://abundera.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • whoami — Return the authenticated account's identity and profile (id, email, display name, role, status, auth method).
  • list_products — List the products in the Abundera registry (id, name, dashboard + docs URLs, and each product's live capability catalog).
  • get_capabilities — Return the hub's capabilities document (API scopes, webhook event types, rate-limit tiers) from /.well-known/abundera-capabilities.json.
  • list_api_keys — List the current account's API keys (prefix, name, IP restrictions, usage metadata).
  • list_webhooks — List the current account's webhook endpoints (id, url, subscribed events, status).
  • create_api_key — Create a new API key for the current account.
  • search_operations — Search this product's API operations by keyword, tag, or HTTP method.
  • invoke_operation — Execute one of this product's API operations.