Pulse MCP Server
Enables interaction with the Pulse usage-based billing platform to track metering events, manage customers, and generate invoices. It also supports managing products, payment links, and AI agent usage directly through MCP-compatible assistants.
README
@beinfi/pulse-mcp
MCP server for the Pulse usage-based billing platform.
Track metering events, manage customers, generate invoices, and more — directly from any MCP-compatible AI assistant (Claude, Cursor, Windsurf, etc.).
Quick Start
npx @beinfi/pulse-mcp
Set your API key as an environment variable:
export PULSE_API_KEY=sk_live_...
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"pulse": {
"command": "npx",
"args": ["-y", "@beinfi/pulse-mcp"],
"env": {
"PULSE_API_KEY": "sk_live_..."
}
}
}
}
Claude Code
claude mcp add pulse -- npx -y @beinfi/pulse-mcp
Then set your API key:
export PULSE_API_KEY=sk_live_...
Available Tools
Metering
- track_event — Track a single usage event for a customer
- track_events_batch — Track multiple usage events in a single request
- get_usage — Query aggregated usage data with optional filters
Products & Meters
- list_products — List all products
- get_product — Get product details including its meters
- create_product — Create a new product
- create_meter — Create a meter (usage dimension) for a product
Customers
- list_customers — List all customers for a product
- create_customer — Create a new customer
- update_customer — Update customer details
Billing
- list_invoices — List invoices for a product
- generate_invoice — Generate an invoice for a customer's usage period
- get_invoice — Get invoice details
- send_invoice — Send an invoice via email
Payment Links
- list_payment_links — List all payment links
- create_payment_link — Create a new payment link
- get_payment_link — Get payment link details
- list_payment_intents — List payment intents for a link
- list_received_payments — List all received payments
Marketplace
- list_my_agents — List your published AI agents
- get_agent_usage — Get usage stats for an agent
- invoke_agent — Invoke an AI agent with text input
Webhooks
- list_webhooks — List all webhook subscriptions
- create_webhook — Create a webhook subscription
- delete_webhook — Delete a webhook subscription
Configuration
| Environment Variable | Required | Default | Description |
|---|---|---|---|
PULSE_API_KEY |
Yes | — | Your Pulse API key (sk_live_... or sk_test_...) |
PULSE_BASE_URL |
No | https://api.beinfi.com |
API base URL |
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.