npm @pulsenetwork/lp-copilot-mcpstdioMITupdated 27d ago
Give your AI agent a wallet and 900+ pay-per-call intelligence APIs.
lp copilot 能做什么?
@pulsenetwork/mcp
Give your AI agent a wallet and 900+ pay-per-call intelligence APIs.
A local MCP server that connects any MCP host (Cursor, Claude Code, Claude Desktop, …) to PulseNetwork — 74 intelligence verticals covering finance, crypto, health, law, travel, climate, safety, and more. No accounts, no API keys: every endpoint is paid per call in USDC on Base via the x402 protocol.
{ "mcpServers": { "pulsenetwork": { "command": "npx", "args": ["-y", "@pulsenetwork/mcp", "mcp"] } } }
What you get
| Tool | Cost | What it does |
|---|---|---|
pulse_discover |
FREE | Search the full catalog (~900 endpoints) by keyword |
pulse_call |
pays the listed price | Call an endpoint; payment settles automatically |
pulse_balance |
FREE | Wallet address + USDC balance |
pulse_report |
FREE | Local spend report |
pulse_guardrail |
FREE | Show active spend caps |
Zero-config wallet
On first run the server generates a wallet (standard BIP-39 phrase, imports into
MetaMask/Rabby) and prints the address. Fund it with a few dollars of USDC on Base
and paid calls just work. The recovery phrase is stored at ~/.pulsepay/wallet.json
(file mode 600) — back it up. Prefer your own key? Set PULSEPAY_EVM_KEY and nothing
is written to disk.
Spend safety, enforced below the model
Guardrails run in code, before anything is signed — a confused or prompt-injected agent cannot bypass them:
- $0.50 per call / $5 per day by default (change in
~/.pulsepay/config.jsonor viaPULSEPAY_MAX_PER_CALL/PULSEPAY_MAX_PER_DAY) - The model has no tool to raise caps — only you can, by editing the file
- The wallet only pays
*.theaslangroupllc.com(the PulseNetwork fleet) — nothing else - Prices are checked against the endpoint's live 402 challenge, not a cached catalog
- Unpriceable calls are blocked, not waved through (fail-closed)
Example prompts
"Check if a 5-hour delayed flight from FRA to JFK qualifies for EU261 compensation."
"Is this token safe? 0x… on Base — run a safety scan before I ape."
"Any product recalls for 'baby teether' in the EU this year?"
"What's my agent wallet's balance and what did it spend this week?"
Most endpoints cost $0.01–$0.25. The agent discovers for free, quotes the price, and pays only when you ask it to.
License
MIT © The Aslan Group LLC. Terms: https://pulse.theaslangroupllc.com/terms.html
安装
把 lp copilot 添加到你的客户端。选择你正在使用的那个。
claude mcp add lp-copilot-mcp -- npx -y @pulsenetwork/lp-copilot-mcpcodex mcp add lp-copilot-mcp -- npx -y @pulsenetwork/lp-copilot-mcpamp mcp add lp-copilot-mcp -- npx -y @pulsenetwork/lp-copilot-mcp{
"mcpServers": {
"lp-copilot-mcp": {
"command": "npx",
"args": [
"-y",
"@pulsenetwork/lp-copilot-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"lp-copilot-mcp": {
"command": "npx",
"args": [
"-y",
"@pulsenetwork/lp-copilot-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"lp-copilot-mcp","command":"npx","args":["-y","@pulsenetwork/lp-copilot-mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"lp-copilot-mcp": {
"command": "npx",
"args": [
"-y",
"@pulsenetwork/lp-copilot-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"lp-copilot-mcp": {
"command": "npx",
"args": [
"-y",
"@pulsenetwork/lp-copilot-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"lp-copilot-mcp": {
"command": "npx",
"args": [
"-y",
"@pulsenetwork/lp-copilot-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"lp-copilot-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"@pulsenetwork/lp-copilot-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"lp-copilot-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"@pulsenetwork/lp-copilot-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y @pulsenetwork/lp-copilot-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
评分
39 / 100
不完整
- 文档22/25
- 维护19/25
- 可信度13/20
- 能力0/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 20 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 0.1.1最新 | 2026年7月29日 |