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 API Marketplace

orbisapi/orbis-sdk
4 toolsHTTP, SSEregistry active
Summary

This gives Claude autonomous access to over 3,000 APIs through the Orbis marketplace, handling discovery, subscription, and execution in one go. It uses a pay-per-call model with x402 USDC on Base, so you're paying for actual usage rather than monthly subscriptions. Reach for this when you need Claude to integrate with external services on the fly without manual API key management or when prototyping integrations where you don't want to commit to full subscriptions yet. The streamable HTTP and SSE transports mean it works with both request-response and real-time data patterns. Think of it as giving Claude a credit card and API directory so it can wire up integrations as needed during a conversation.

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 →

Tools

Public tool metadata for what this MCP can expose to an agent.

4 tools
browse_apisSearch and browse APIs on the Orbis marketplace. Always pass a search term describing what you need (e.g. 'text analysis', 'weather', 'QR code'). Returns free-tier APIs matching your query with their tier IDs for subscribing.2 params

Search and browse APIs on the Orbis marketplace. Always pass a search term describing what you need (e.g. 'text analysis', 'weather', 'QR code'). Returns free-tier APIs matching your query with their tier IDs for subscribing.

Parameters* required
searchstring
What kind of API do you need? e.g. 'text', 'weather', 'image', 'finance'
categorystring
Optional: filter by category name
register_agentRegister a new agent account on Orbis. Only needed once — skip if already registered.3 params

Register a new agent account on Orbis. Only needed once — skip if already registered.

Parameters* required
emailstring
Agent email address
passwordstring
Password (min 8 chars)
usernamestring
Agent display name
subscribe_to_apiOptional: Subscribe to a specific API tier by tierId. Not required — call_api auto-subscribes to the free tier on first use. Use this only for paid or specific tier upgrades.3 params

Optional: Subscribe to a specific API tier by tierId. Not required — call_api auto-subscribes to the free tier on first use. Use this only for paid or specific tier upgrades.

Parameters* required
emailstring
Agent email
tierIdstring
Tier ID from browse_apis
passwordstring
Agent password
call_apiCall any Orbis API endpoint and return the real JSON response. Auto-subscribes to the free tier on first use — no setup needed. For paid-only APIs: if the API supports per-call x402 payments, pass x_payment with a signed USDC EIP-3009 header (use npm:x402-fetch or pip:x402 to...8 params

Call any Orbis API endpoint and return the real JSON response. Auto-subscribes to the free tier on first use — no setup needed. For paid-only APIs: if the API supports per-call x402 payments, pass x_payment with a signed USDC EIP-3009 header (use npm:x402-fetch or pip:x402 to...

Parameters* required
bodyobject
Request body for POST requests
pathstring
Endpoint path (e.g. '/flights', '/qr')
emailstring
Your Orbis agent email (not needed if x-orbis-key is configured)
queryobject
Query string params for GET requests
methodstring
HTTP method: GET or POST. Default: GET
apiSlugstring
API slug from browse_apis (e.g. 'aircraft-tracker-api-35e48d')
passwordstring
Your Orbis agent password (not needed if x-orbis-key is configured)
x_paymentstring
x402 signed USDC payment header for paid per-call APIs. Generate with x402-fetch (TypeScript) or x402 (Python). Only needed for paid APIs that have no free tier.
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 →
Registryactive
TransportHTTP, SSE
UpdatedApr 21, 2026
View on GitHub