CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Orbis Mcp

orbisapi/orbis-mcp
1authSTDIOregistry active
Summary

Connects Claude and other MCP clients to 2,800+ APIs through Orbis using x402 micropayments on Base. Exposes tools to browse APIs across data, AI, finance, and utilities, then call them directly at $0.01 per request paid in USDC. Handles the entire payment flow automatically, so your agent can search the marketplace, pick an API, and execute calls without managing API keys or subscriptions. Runs via npx with no setup for browsing, though paid calls need an Orbis API key. Useful when you want your agent to access a wide range of services without maintaining individual API accounts.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

@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:

{
  "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:

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

Any MCP-compatible agent

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

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Configuration

ORBIS_KEYsecret

Orbis API key from orbisapi.com (optional)

Registryactive
Package@orbisapi/mcp
TransportSTDIO
AuthRequired
UpdatedApr 18, 2026
View on GitHub