We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Xiawpohr/mcpilot'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "zircuit-mcp",
"version": "1.0.0",
"description": "MCP for Zircuit",
"type": "module",
"main": "./build/index.js",
"bin": {
"metamask": "./build/index.js"
},
"scripts": {
"inspect": "pnpm dlx fastmcp inspect ./src/index.ts",
"dev": "pnpm dlx fastmcp dev ./src/index.ts",
"build": "tsc && chmod 755 build/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"build"
],
"keywords": [],
"author": "Xiawpohr@gmail.com",
"license": "ISC",
"dependencies": {
"fastmcp": "^1.21.0",
"zod": "^3.24.2"
},
"devDependencies": {
"@types/node": "^22.13.17",
"typescript": "^5.8.2"
}
}