Beep MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Beep MCP ServerCreate a $50 bounty for fixing the layout bug in the mobile app"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Beep MCP Server
This is a Model Context Protocol (MCP) server that provides tools for interacting with the Beep platform. It allows AI assistants (like Claude) to perform actions such as creating bounties, managing streams, issuing payments, and verifying transactions on the Beep network.
Features
This server exports the following MCP tools:
checkBeepApi: Verify connectivity to the Beep API.createBounty: Create a new bounty.requestAndPurchaseAsset: Request and purchase an asset.issuePayment: Issue a payment.startStreaming: Start a streaming session.stopStreaming: Stop a streaming session.pauseStreaming: Pause a streaming session.verifyTransaction: Verify a transaction.
Related MCP server: PayPls MCP Server
Prerequisites
Node.js (v18 or higher recommended)
A Beep API Key
Installation
Clone the repository:
git clone <repository-url> cd beep-mcp-serverInstall dependencies:
npm install
Configuration
Create a
.envfile in the root directory:cp .env.example .env(Note: If
.env.exampledoesn't exist, create a.envfile manually)Add your Beep API Key and other configuration to
.env:BEEP_API_KEY=your_beep_api_key_here # Optional: Override Beep Server URL # BEEP_URL=https://api.beep.it # Communication mode (stdio is default for local MCP) COMMUNICATION_MODE=stdio
Building
Compile the TypeScript code to JavaScript:
npm run buildThe build output will be in the dist/ directory.
Usage with Claude Desktop
To use this MCP server with Claude Desktop, add the following configuration to your claude_desktop_config.json (usually located at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS or %APPDATA%\Claude\claude_desktop_config.json on Windows):
{
"mcpServers": {
"beep-mcp-server": {
"command": "node",
"args": [
"/absolute/path/to/beep-mcp-server/dist/mcp-server.js"
],
"env": {
"BEEP_API_KEY": "your_beep_api_key_here",
"COMMUNICATION_MODE": "stdio"
}
}
}
}Important: Replace /absolute/path/to/beep-mcp-server with the actual full path to this directory on your machine.
Development
To run the server in stdio mode (default):
npm startFor development, you can use npm run build to rebuild after changes.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityAmaintenanceEnables AI assistants to interact with BlindPay's stablecoin payment infrastructure, allowing users to create receivers, process payouts and payins across multiple blockchains, manage virtual accounts and wallets, and configure payment operations through natural language.1,4089MIT
- AlicenseAqualityDmaintenanceEnables AI agents to manage Bitcoin and USDC payments by checking balances, sending funds, and generating receive addresses through the PayPls platform. It facilitates secure financial automation with features like transaction tracking and configurable human approval limits.6MIT
- AlicenseAqualityDmaintenanceEnables AI agents to interact with BeeBoo's human-in-the-loop infrastructure for managing knowledge bases, requesting human approvals, and tracking work requests. It provides tools for semantic search, authorization workflows, and task creation across platforms like Claude and Cursor.8MIT
- Alicense-qualityFmaintenanceEnables AI agents to perform financial transactions such as direct payments, escrows, and bounty management using natural language with zero code integration. It provides a comprehensive suite of tools for fund streaming, subscriptions, and reputation tracking to facilitate secure agent-to-agent commerce.13MIT
Related MCP Connectors
500+ pay-per-call tools + skill packs. USDC + USDG on 12 chains, or free via proof-of-work.
Discover verified deep-tech engineering bounties from any AI agent.
Keyless non-custodial crypto payments for AI agents: payment links and tip jars, no API key.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/lamdanghoang/beep-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server