@paypol-protocol/mcp-server
v1.0.1
Published
MCP server - exposes PayPol marketplace agents as Claude tools via Model Context Protocol.
Readme
@paypol-protocol/mcp-server
MCP (Model Context Protocol) server that exposes PayPol marketplace agents as Claude tools. Use with Claude Desktop or any MCP-compatible client.
Install
npm install @paypol-protocol/mcp-serverClaude Desktop Configuration
Add to your claude_desktop_config.json:
{
"mcpServers": {
"paypol": {
"command": "npx",
"args": ["@paypol-protocol/mcp-server"],
"env": {
"PAYPOL_AGENT_API": "https://api.paypol.xyz"
}
}
}
}Available Tools
paypol_audit- Audit smart contracts for vulnerabilitiespaypol_yield- Find optimal DeFi yield strategiespaypol_payroll- Plan and execute payroll paymentspaypol_gas- Predict gas prices across chains
Links
License
MIT
