← Registry

API Tools

apideck.com

Provides tools for discovering, describing, and executing Apideck API tools.

1 endpoint4 known toolsFirst detected May 29, 2026Last detected September 6, 2026

ENDPOINT 1

https://mcp.apideck.dev/mcp

No auth detected

MCP server metadata

Name
apideck-mcp
Version
0.19.0
Capabilities
tools.listChanged

Known tools 4

list_tools

Discover Apideck tools.

Inferred read-only
describe_tool_input

Return the JSON-Schema input contract for a tool by name.

Inferred read-only
execute_tool

Invoke a tool by name.

Inferred read-only
list_scopes

Return the list of allowed MCP scopes.

Inferred read-only

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

.mcp.json

{
  "mcpServers": {
    "apideck-mcp": {
      "type": "http",
      "url": "https://mcp.apideck.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "apideck-mcp",
  "transport": "streamable-http",
  "url": "https://mcp.apideck.dev/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for apideck.dev was fetched 2026-08-31T01:06:42.499Z.

Trust status Trusted

apideck.dev is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.