We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tas1337/mcp-a2a-ap2-im-hungry'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "mcp-a2a-ap2-imhungry",
"version": "1.0.0",
"description": "MCP server that uses A2A protocol to call agents instead of APIs directly, with AP2 payment processing",
"homepage": "https://github.com/tas1337/mcp-a2a-ap2-imhungry#readme",
"bugs": {
"url": "https://github.com/tas1337/mcp-a2a-ap2-imhungry/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tas1337/mcp-a2a-ap2-imhungry.git"
},
"type": "module",
"main": "dist/src/index.js",
"bin": {
"mcp-a2a-ap2-imhungry": "./dist/src/index.js"
},
"scripts": {
"build": "tsc",
"inspect": "npx @modelcontextprotocol/inspector node dist/src/index.js",
"start": "node deploy/start.js",
"start:once": "node deploy/start.js"
},
"keywords": [
"mcp",
"a2a",
"ap2",
"agent-to-agent",
"model-context-protocol",
"ai",
"agents",
"food-delivery",
"payment-processing"
],
"author": "",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"typescript": "^5.0.0"
}
}