Um serviço que permite o consumo das APIs do Efí Bank através de um servidor MCP
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-efi": {
"command": "npx",
"args": [
"-y",
"efipay/mcp-server-efi"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-efi npx -y efipay/mcp-server-efi
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-efi": {
"command": "npx",
"args": [
"-y",
"efipay/mcp-server-efi"
]
}
}
}