Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’° Finance & Fintech
  3. Orbis Mcp
O
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/11/2026, 12:09:48 AM

Orbis Mcp

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

1,000+ APIs for AI agents via x402 USDC micropayments on Base. $0.01/call, no signup.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "orbis-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "orbis-mcp"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’° More in Finance & Fintech

Documentation Overview

@orbisapi/mcp

npm version MCP Registry GitHub Stars License: MIT

MCP server for Orbis β€” gives Claude, Cursor, and any AI agent access to 2,800+ APIs with x402 USDC micropayments on Base. $0.01/call. No signup.


What this does

This MCP server connects your AI agent to the Orbis API marketplace. Your agent can:

  • Browse 2,800+ APIs across data, AI, finance, and utilities
  • Call any API directly β€” payment handled automatically via x402 on Base
  • No API keys β€” agents pay per call in USDC, no accounts needed

Quickstart

Claude Desktop

Add to claude_desktop_config.json:

config.json
{
  "mcpServers": {
    "orbis": {
      "command": "npx",
      "args": ["-y", "@orbisapi/mcp"]
    }
  }
}

Config file location:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json

Cursor

Add to Cursor settings β†’ MCP:

config.json
{
  "mcpServers": {
    "orbis": {
      "command": "npx",
      "args": ["-y", "@orbisapi/mcp"]
    }
  }
}

Any MCP-compatible agent

Terminal
npx @orbisapi/mcp

Available Tools

ToolDescription
browse_apisSearch and list available APIs on Orbis
call_apiCall any API β€” x402 payment handled automatically
register_agentRegister your agent wallet for tracking
subscribe_to_apiSubscribe to an API for discounted access

How payments work

Orbis uses the x402 protocol β€” an open HTTP payment standard built on Base. When your agent calls an API:

  1. Orbis returns a 402 Payment Required response with payment details
  2. The MCP server handles the USDC payment on Base automatically
  3. The API call completes β€” total cost: $0.01

No wallets to configure for browsing. To make paid calls, provide your Base wallet via ORBIS_KEY.


Environment Variables

VariableRequiredDescription
ORBIS_KEYNoYour Orbis API key from orbisapi.com β€” enables paid API calls

Links

  • Orbis Marketplace
  • For AI Agents
  • x402 Protocol
  • MCP Registry listing
  • npm package

⭐ If this is useful, star the repo β€” it helps other developers find Orbis.


License

MIT Β© Orbis

Related MCP Servers

View all in Finance & Fintech View all alternatives
  • Mcp logoMcp

    x402 micropayments for AI agents β€” credits-based, no wallets, no blockchain.

    πŸ’° Finance & Fintech1 views
    Compare vs Mcp β†’
  • O
    Orbis API Marketplace

    Browse, subscribe to, and call 3,000+ APIs autonomously. x402 USDC pay-per-call on Base.

    πŸ’° Finance & Fintech0 views
    Compare vs Orbis API Marketplace β†’
  • X
    X402engine Mcp

    Pay-per-call AI APIs for agents via HTTP 402 crypto micropayments (USDC/USDm)

    πŸ’° Finance & Fintech0 views
    Compare vs X402engine Mcp β†’
  • Toolcall logoToolcall

    30 pay-per-call APIs for AI agents: compliance, trade, safety, web, data. USDC on Base via x402.

    πŸ’° Finance & Fintech0 views
    Compare vs Toolcall β†’

Frequently Asked Questions about Orbis Mcp

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "orbis-mcp": { "command": "npx", "args": ["-y", "orbis-mcp"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewOrbis Mcp AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/orbis-mcp?style=directory)](https://allmcps.com/mcp/orbis-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/orbis-mcp"><img src="https://allmcps.com/api/badge/orbis-mcp?style=directory" alt="Orbis Mcp on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’°Finance & Fintech
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’° Finance & Fintech β†’Best MCP servers for Finance & Fintech β†’Alternatives to Orbis Mcp β†’Install in Claude DesktopInstall in CursorInstall in VS Code