We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/vrllrv/junto-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "junto-mcp",
"mcpName": "io.github.vrllrv/junto-mcp",
"version": "0.1.1",
"description": "The payment protocol for people and agents. One MCP server, any payment rail.",
"type": "module",
"main": "dist/index.js",
"bin": {
"junto-mcp": "dist/index.js"
},
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"start": "node dist/index.js",
"test": "npx tsx test/guardrails.test.ts",
"test:smoke": "npx tsx test/smoke.test.ts"
},
"keywords": [
"mcp",
"payments",
"pix",
"ai-agents",
"agentic-payments",
"stripe",
"woovi",
"junto",
"model-context-protocol"
],
"author": "vrllrv",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/vrllrv/junto-mcp.git"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",
"zod": "^3.25.76"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"devDependencies": {
"@types/node": "^20.0.0",
"tsx": "^4.0.0",
"typescript": "^5.3.0"
}
}