npm losbeto-mcpstdioupdated 13d 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.
What can you do with 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
Install
Add Losbeto to your client. Pick the one you use.
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.
Score
39 / 100
Incomplete
- Documentation19/25
- Maintenance19/25
- Trust6/20
- Capability0/15
- Install experience12/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
Version history
| Versions | Published |
|---|---|
| 1.0.1Latest | Jul 22, 2026 |