Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@

A TypeScript-based MCP server that provides access to Bitrefill services, allowing you to search for gift cards, mobile topups, and more. This server implements the Model Context Protocol to expose Bitrefill functionality to AI assistants.

<a href="https://glama.ai/mcp/servers/@bitrefill/bitrefill-mcp-server">
<img width="380" height="200" src="https://glama.ai/mcp/servers/@bitrefill/bitrefill-mcp-server/badge" alt="Bitrefill Search and Shop MCP server" />
</a>

## How It Works

The server operates using the Model Context Protocol (MCP) to communicate with Claude and similar AI assistants. It:
Expand Down Expand Up @@ -230,4 +234,4 @@ For development, you might want to mount your source code as a volume:

```bash
docker run -v $(pwd):/app --env-file .env bitrefill-mcp-server
```
```