MCP Server
MCP
io.github.bajoski34/mcp-flutterwave
MCP Server to interact with Flutterwave APIs.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "mcp-flutterwave",
"version": "1.2.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your SECRET API key for the service",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "FLW_SECRET_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment