Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
A TypeScript-based MCP server that provides access to Bitrefill services, allowing AI assistants to search for gift cards, mobile topups, and other products through the Model Context Protocol.
Add this to your MCP client configuration:
{
"mcpServers": {
"bitrefill-bitrefill-mcp-server": {
"command": "npx",
"args": [
"-y",
"bitrefill-mcp-server"
],
"env": {
"BITREFILL_API_SECRET": "<Your Bitrefill API secret key.>",
"BITREFILL_API_ID": "<Your Bitrefill API ID.>"
}
}
}
}{
"id": "bitrefill-bitrefill-mcp-server",
"name": "Bitrefill",
"description": "A TypeScript-based MCP server that provides access to Bitrefill services, allowing AI assistants to search for gift cards, mobile topups, and other products through the Model Context Protocol.",
"source_url": "https://github.com/bitrefill/bitrefill-mcp-server",
"publisher_name": "bitrefill",
"publisher_url": "https://github.com/bitrefill",
"is_official": true,
"license": "",
"runtime": "node",
"downloads": 4855,
"requires_oauth": false,
"distribution": {
"type": "npm",
"package": "bitrefill-mcp-server"
},
"tools_count": 12
}