ApiDapp MCP Config
ApiDapp API
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/apidapp-com.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/apidapp-com.json to fetch programmatically.
{
"mcpServers": {
"apidapp-com": {
"command": "npx",
"args": ["-y","@mcp/apidapp-com"],
"env": {
"APIDAPP_API_KEY": "your_apidapp_api_key"
}
}
}
}How to Use
Cursor
Go to Cursor Settings → MCP Servers → Add with the JSON above.
CLI / curl
Fetch the config programmatically:
curl https://mcp-bridge.pages.dev/config/apidapp-com.jsonEnvironment Variables
APIDAPP_API_KEYReplace your_apidapp_api_key with your actual apidapp api key
Endpoints
POST
/accountPOST /account
GET
/account/{id}GET /account/{id}
GET
/blockGET /block
GET
/block/{id}GET /block/{id}
GET
/block/{id}/transactionGET /block/{id}/transaction
GET
/block/{id}/transaction/{index}GET /block/{id}/transaction/{index}
GET
/blockchainGET /blockchain
GET
/blockchain/{id}GET /blockchain/{id}
POST
/contractPOST /contract
GET
/contract/{id}GET /contract/{id}