We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ecadlabs/TezosX-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"$schema": "node_modules/wrangler/config-schema.json",
"name": "tezos-x402-facilitator",
"main": "src/index.ts",
"compatibility_date": "2024-01-01",
"compatibility_flags": ["nodejs_compat"],
// Environment variables
"vars": {
"TEZOS_RPC_URL": "https://shadownet.tezos.ecadinfra.com"
},
// Local development settings
"dev": {
"port": 3000
}
}