Skip to main content
Glama

claude-mcp-server

by paybyrd
package.json1.03 kB
{ "name": "@paybyrd/ai-agent-claude", "version": "0.3.6", "description": "Paybyrd integration for a claude AI agent", "type": "module", "access": "public", "bin": { "paybyrd-claude-agent": "./dist/src/index.js" }, "author": "Paybyrd", "license": "MIT", "homepage": "https://github.com/paybyrd/ai-agent-toolkit-js#readme", "bugs": "https://github.com/paybyrd/ai-agent-toolkit-js/issues", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", "scripts": { "build": "tsc", "clean": "rm -rf dist", "start": "node --loader ts-node/esm src/index.ts" }, "keywords": [ "agentkit", "ai", "artificial intelligence", "paybyrd", "claude", "anthropic" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.7.0", "@paybyrd/ai-agent-toolkit": "0.3.6" }, "peerDependencies": { "@modelcontextprotocol/sdk": "^1.7.0" }, "files": [ "dist/**/*", "LICENSE", "README.md", "package.json" ], "engines": { "node": ">=18" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/paybyrd/ai-agent-toolkit-js'

If you have feedback or need assistance with the MCP directory API, please join our Discord server