Skip to content
MCP-Bridge
Developer ToolsAuto-generated

ApiDapp MCP Server

ApiDapp API

Quick Setup

Transport: STDIO

Command: npx -y @mcp/apidapp-com

Environment Variables

APIDAPP_API_KEY

Example: your_apidapp_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "mcpServers": {
    "apidapp-com": {
      "command": "npx",
      "args": ["-y","@mcp/apidapp-com"],
      "env": {
      "APIDAPP_API_KEY": "your_apidapp_api_key"
}
    }
  }
}

Endpoints

POST/account

POST /account

GET/account/{id}

GET /account/{id}

GET/block

GET /block

GET/block/{id}

GET /block/{id}

GET/block/{id}/transaction

GET /block/{id}/transaction

GET/block/{id}/transaction/{index}

GET /block/{id}/transaction/{index}

GET/blockchain

GET /blockchain

GET/blockchain/{id}

GET /blockchain/{id}

POST/contract

POST /contract

GET/contract/{id}

GET /contract/{id}