Skip to main content
Glama

Flutterwave MCP Server

client.ts496 B
import createClient, { Middleware } from "openapi-fetch"; import type { paths } from "./types/v3.js"; import authMiddlewareV3 from "./middleware/authMiddlewareV3.js"; const FLW_API_VERSION = process.env.FLW_VERSION || 'v3'; const FLW_API_BASE = "https://api.flutterwave.com/" + FLW_API_VERSION; const USER_AGENT = "flutterwave-mcp/0.1.0"; const client = createClient<paths>({ baseUrl: FLW_API_BASE, headers: { "User-Agent": USER_AGENT } }); client.use(authMiddlewareV3); export default client

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