Skip to main content
Glama

Flutterwave MCP Server

index.ts439 B
import {registerCheckoutTools} from './checkout.js'; import { registerTransactionTools } from './transaction.js'; import { registerRequiredTools } from './required.js'; import { registerPlanTools } from './plan.js'; import {registerTransferTools} from "./transfer.js"; export function registerTools() { registerRequiredTools(); registerTransactionTools(); registerCheckoutTools(); registerPlanTools(); registerTransferTools(); }

Latest Blog Posts

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/bajoski34/mcp-flutterwave'

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