npm losbeto-mcpstdioupdated 14d ago
Losbeto x402 market intelligence as native tools in Claude Desktop, Claude Code, or Cursor. Brazil central-bank macro, multi-oracle price consensus, launch risk, forex, commodities and crypto. No signup. No API key. Paid tools settle automatically in USDC on Base via x402.
Losbeto 能做什么?
losbeto-mcp
Losbeto x402 market intelligence as native tools in Claude Desktop, Claude Code, or Cursor. Brazil central-bank macro, multi-oracle price consensus, launch risk, forex, commodities and crypto. No signup. No API key. Paid tools settle automatically in USDC on Base via x402.
Recommended: remote server (no install)
{
"mcpServers": {
"losbeto": { "url": "https://api.losbeto.xyz/mcp" }
}
}
Install locally (Claude Desktop / Cursor)
{
"mcpServers": {
"losbeto": {
"command": "npx",
"args": ["-y", "losbeto-mcp"],
"env": { "LOSBETO_PRIVATE_KEY": "0x..." }
}
}
}
LOSBETO_PRIVATE_KEY = an EVM private key holding a little USDC on Base (optional — free tools work without it).
Tools
FREE: try_samples (6 live samples in 1 call) · welcome_free_call (one real-time call, no wallet) · launch_risk_preview · receipts (audit our on-chain sales, honestly labeled)
PAID via x402: launch_risk_brief (~$0.10) · br_macro ($0.05, BCB data) · oracle_consensus ($0.03) · fear_greed ($0.01) · sol_price ($0.003)
Transparency: https://api.losbeto.xyz/receipts · Catalog: https://api.losbeto.xyz/get-pricing
安装
把 Losbeto 添加到你的客户端。选择你正在使用的那个。
claude mcp add losbeto-mcp -- npx -y losbeto-mcpcodex mcp add losbeto-mcp -- npx -y losbeto-mcpamp mcp add losbeto-mcp -- npx -y losbeto-mcp{
"mcpServers": {
"losbeto-mcp": {
"command": "npx",
"args": [
"-y",
"losbeto-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"losbeto-mcp": {
"command": "npx",
"args": [
"-y",
"losbeto-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"losbeto-mcp","command":"npx","args":["-y","losbeto-mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"losbeto-mcp": {
"command": "npx",
"args": [
"-y",
"losbeto-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"losbeto-mcp": {
"command": "npx",
"args": [
"-y",
"losbeto-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"losbeto-mcp": {
"command": "npx",
"args": [
"-y",
"losbeto-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"losbeto-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"losbeto-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"losbeto-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"losbeto-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y losbeto-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
评分
39 / 100
不完整
- 文档19/25
- 维护19/25
- 可信度6/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 6 days ago
- Has a release history
- Repository is not archived
- No licence detected
- 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
版本历史
| 版本 | 发布于 |
|---|---|
| 1.0.1最新 | 2026年7月22日 |