Model Context Protocol server exposing the Furlpay API as tools for Claude, Cursor, and AI agents.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"furlpay-mcp-server": {
"command": "npx",
"args": [
"-y",
"FurlPay/furlpay-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add furlpay-mcp-server npx -y FurlPay/furlpay-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"furlpay-mcp-server": {
"command": "npx",
"args": [
"-y",
"FurlPay/furlpay-mcp-server"
]
}
}
}