CCM
/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

Claude Code Marketplaces

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
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
xorbuc avatar

Orbuc

xorbuc/orbuc-mcp-server
12 toolsHTTPregistry active
Summary

Gives Claude direct access to Orbuc's proprietary crypto datasets: stablecoin market cap pulled from on-chain totalSupply() calls across 19 networks (USDT, USDC, DAI, and 10 others) and Bitcoin institutional holdings compiled from SEC filings and Etherscan. Twelve tools let you query current snapshots, historical time series, and per-chain or per-segment breakdowns. Data updates daily at 02:00 and 03:00 UTC. Reach for this when you need independent, source-level crypto data without third-party aggregators, whether you're building market analysis workflows, tracking institutional BTC accumulation, or comparing stablecoin distribution across L1s and L2s. Free access over streamable HTTP with no authentication required.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →

Tools

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

12 tools
orbuc_stablecoin_mcapGet historical daily total stablecoin market cap across all tracked issuers. Returns daily total_mcap_usd, daily_change_usd, and daily_change_pct. Source: Orbuc.3 params

Get historical daily total stablecoin market cap across all tracked issuers. Returns daily total_mcap_usd, daily_change_usd, and daily_change_pct. Source: Orbuc.

Parameters* required
daysvalue
end_datevalue
start_datevalue
orbuc_stablecoin_latestGet the latest full snapshot of all tracked stablecoins with per-issuer breakdown. Returns each stablecoin's total_supply_usd, issuer, and per-chain deployment data.

Get the latest full snapshot of all tracked stablecoins with per-issuer breakdown. Returns each stablecoin's total_supply_usd, issuer, and per-chain deployment data.

No parameter schema in public metadata yet.

orbuc_stablecoin_coinGet historical supply data for a specific stablecoin. Args: symbol: Stablecoin ticker, e.g. USDT, USDC, DAI (required) days: Number of days of history start_date: Start date YYYY-MM-DD end_date: End date YYYY-MM-DD4 params

Get historical supply data for a specific stablecoin. Args: symbol: Stablecoin ticker, e.g. USDT, USDC, DAI (required) days: Number of days of history start_date: Start date YYYY-MM-DD end_date: End date YYYY-MM-DD

Parameters* required
daysvalue
end_datevalue
start_datevalue
symbolstring
default:
orbuc_stablecoin_coin_latestGet the latest supply data for a specific stablecoin with chain breakdown. Args: symbol: Stablecoin ticker, e.g. USDT, USDC (required)1 params

Get the latest supply data for a specific stablecoin with chain breakdown. Args: symbol: Stablecoin ticker, e.g. USDT, USDC (required)

Parameters* required
symbolstring
default:
orbuc_stablecoin_aggregateGet daily aggregate stablecoin data at different levels. level='total': daily total market cap. level='symbol': daily breakdown per stablecoin. level='chain': daily breakdown per chain per symbol.3 params

Get daily aggregate stablecoin data at different levels. level='total': daily total market cap. level='symbol': daily breakdown per stablecoin. level='chain': daily breakdown per chain per symbol.

Parameters* required
end_datevalue
levelvalue
default: total
start_datevalue
orbuc_stablecoin_chainsGet stablecoin supply distribution across chains (Ethereum, Tron, Solana, etc.). Args: days: Number of days of history (optional)1 params

Get stablecoin supply distribution across chains (Ethereum, Tron, Solana, etc.). Args: days: Number of days of history (optional)

Parameters* required
daysvalue
orbuc_btc_holdings_currentGet the latest total BTC held by institutions, broken down by segment. Segments: public_companies, etf_funds, governments, private_companies, defi_other, exchanges_custodians.

Get the latest total BTC held by institutions, broken down by segment. Segments: public_companies, etf_funds, governments, private_companies, defi_other, exchanges_custodians.

No parameter schema in public metadata yet.

orbuc_btc_holdings_segmentsGet current BTC holdings per segment. Each segment includes btc_amount and source.

Get current BTC holdings per segment. Each segment includes btc_amount and source.

No parameter schema in public metadata yet.

orbuc_btc_holdings_dailyGet daily BTC holdings time series, optionally filtered by segment. Args: segment: public_companies, etf_funds, governments, private_companies, defi_other, exchanges_custodians. Omit for aggregate totals. start: Start date YYYY-MM-DD end: End date YYYY-MM-DD3 params

Get daily BTC holdings time series, optionally filtered by segment. Args: segment: public_companies, etf_funds, governments, private_companies, defi_other, exchanges_custodians. Omit for aggregate totals. start: Start date YYYY-MM-DD end: End date YYYY-MM-DD

Parameters* required
endvalue
segmentvalue
startvalue
orbuc_btc_holdings_weeklyGet weekly aggregated BTC holdings, optionally filtered by segment. Args: segment: Segment name (optional)1 params

Get weekly aggregated BTC holdings, optionally filtered by segment. Args: segment: Segment name (optional)

Parameters* required
segmentvalue
orbuc_btc_healthCheck health of the BTC holdings tracker. Returns status, database date range, segment count, and record totals.

Check health of the BTC holdings tracker. Returns status, database date range, segment count, and record totals.

No parameter schema in public metadata yet.

orbuc_stablecoin_healthCheck health of the stablecoin market cap tracker. Returns status, latest date, total market cap, and tracked coins/chains.

Check health of the stablecoin market cap tracker. Returns status, latest date, total market cap, and tracked coins/chains.

No parameter schema in public metadata yet.

Orbuc MCP Server

Remote MCP server providing AI agents with direct access to independent on-chain stablecoin market cap and Bitcoin institutional holdings data.

Endpoint: https://mcp.orbuc.io/mcp/orbuc

Protocol: MCP Streamable HTTP (JSON-RPC 2.0 over POST) Authentication: None required (open access) Transport: Stateless HTTP — no session persistence


What is Orbuc?

Orbuc is a digital asset research and investment firm. Orbuc produces its own data, tracking two core datasets independently — no third-party aggregators:

  • Stablecoin Market Cap — direct on-chain totalSupply() RPC calls across 19 blockchain networks covering 13 stablecoins (USDT, USDC, USDS, DAI, USDe, FDUSD, PYUSD, USD1, BUIDL, BUIDL-I, crvUSD, GHO, FRAX). Updated daily at 03:00 UTC.

  • Bitcoin Institutional Holdings — compiled from SEC EDGAR 8-K filings, on-chain Etherscan data, and verified public disclosures across 6 segments (ETF funds, public companies, governments, private companies, DeFi/wrapped BTC, exchanges & custodians). Updated daily at 02:00 UTC.


Available Tools (12)

Stablecoin Market Cap

ToolDescriptionParameters
orbuc_stablecoin_mcapHistorical daily total stablecoin market capdays, start_date, end_date
orbuc_stablecoin_latestLatest snapshot — all 13 coins with per-chain breakdown—
orbuc_stablecoin_coinHistorical supply for a specific stablecoinsymbol, days, start_date, end_date
orbuc_stablecoin_coin_latestLatest supply for one coin with chain breakdownsymbol
orbuc_stablecoin_aggregateDaily aggregate by total, symbol, or chainlevel, start_date, end_date
orbuc_stablecoin_chainsSupply distribution across chainsdays

Bitcoin Institutional Holdings

ToolDescriptionParameters
orbuc_btc_holdings_currentLatest BTC held by institutions per segment—
orbuc_btc_holdings_segmentsSegment breakdown with confidence and sources—
orbuc_btc_holdings_dailyDaily time series, optionally by segmentsegment, start_date, end_date
orbuc_btc_holdings_weeklyWeekly aggregated holdingssegment
orbuc_btc_healthBTC tracker health status—
orbuc_stablecoin_healthStablecoin tracker health status—

Quick Start

Claude.ai / Claude Desktop

Add as a custom MCP connector:

https://mcp.orbuc.io/mcp/orbuc

VS Code / Cursor / Windsurf

Add to .vscode/mcp.json:

{
  "servers": {
    "orbuc": {
      "type": "http",
      "url": "https://mcp.orbuc.io/mcp/orbuc"
    }
  }
}

Claude Desktop Config

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "orbuc": {
      "type": "url",
      "url": "https://mcp.orbuc.io/mcp/orbuc"
    }
  }
}

Python (MCP SDK)

from mcp import ClientSession
from mcp.client.streamable_http import streamablehttp_client

async def query_orbuc():
    async with streamablehttp_client("https://mcp.orbuc.io/mcp/orbuc") as (read, write, _):
        async with ClientSession(read, write) as session:
            await session.initialize()
            tools = await session.list_tools()
            print(f"{len(tools.tools)} tools available")

            result = await session.call_tool("orbuc_btc_holdings_current", {})
            print(result.content[0].text)

cURL

# Initialize
curl -X POST https://mcp.orbuc.io/mcp/orbuc \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2024-11-05","capabilities":{},"clientInfo":{"name":"test","version":"1.0"}}}'

# List tools
curl -X POST https://mcp.orbuc.io/mcp/orbuc \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":2,"method":"tools/list","params":{}}'

# Call a tool
curl -X POST https://mcp.orbuc.io/mcp/orbuc \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":3,"method":"tools/call","params":{"name":"orbuc_stablecoin_mcap","arguments":{"days":7}}}'

Example Queries

Once connected, ask your AI agent:

  • "What's the total stablecoin market cap today?"
  • "Show me USDT supply broken down by chain"
  • "How much BTC do public companies hold vs ETF funds?"
  • "What's the daily change in ETF segment BTC holdings over the past two weeks?"
  • "Compare USDC and USDT market share across Ethereum, Tron, and Solana"
  • "Which BTC segments have high confidence data vs carry-forward estimates?"

Data Coverage

Stablecoins

  • Coins: USDT, USDC, USDS, DAI, USDe, FDUSD, PYUSD, USD1, BUIDL, BUIDL-I, crvUSD, GHO, FRAX
  • Chains: Ethereum, Tron, Solana, Arbitrum, Base, BSC, Polygon, Avalanche, Optimism, TON, Near, Stellar, Sui, Celo, Gnosis, Linea, Mantle, zkSync, Algorand
  • History from: August 2024
  • Source: Direct on-chain totalSupply() RPC calls

Bitcoin Holdings

  • Segments: public_companies, etf_funds, governments, private_companies, defi_other, exchanges_custodians
  • History from: August 2025
  • Sources: SEC EDGAR, Etherscan, event detection

x402 Payment Protocol

Orbuc also supports x402 micropayments for autonomous agent access via USDC on Base. The MCP server is currently free and open access — x402 pricing may be introduced in future.

Discovery file: https://orbuc.io/.well-known/x402.json


Links

  • Website: orbuc.io
  • MCP Endpoint: https://mcp.orbuc.io/mcp/orbuc
  • Health Check: https://mcp.orbuc.io/mcp/health
  • Contact: info@orbuc.io

License

Proprietary. Data provided by Orbuc Research. See data disclaimer for terms of use.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →
Categories
Data & AnalyticsFinance & Commerce
Registryactive
TransportHTTP
UpdatedMar 31, 2026
View on GitHub

Related Data & Analytics MCP Servers

View all →
xpaysh avatar
xpay Web Scraping

io.github.xpaysh/web-scraping

35+ web scraping tools. Firecrawl, Bright Data, Jina, Olostep, ScrapeGraph, Notte, Riveter.
xrpl-utilities avatar
XRPL-Utilities

io.github.xrpl-utilities/mcp

XRPL data tools for AI agents: wallet classifier, signals, RWA tracker, ETF flows. Pay via x402.
yujiseok avatar
Public Official Asset Disclosure (공직자 재산공개)

io.github.yujiseok/public-official-mcp-server

Korean public official asset disclosure data (공직자 재산공개) - search and retrieve assets
zuhcya avatar
Eu Food Regulatory

io.github.zuhcya/eu-food-regulatory

EU food regulatory data: additives (E-numbers), allergens, nutrition references.
zwldarren avatar
Akshare One Mcp

io.github.zwldarren/akshare-one-mcp

MCP server that provides access to Chinese stock market data using akshare-one
io.hempdata avatar
HempData

io.hempdata/hempdata

Verified hemp & cannabinoid regulatory data for all 50 US states + DC. Requires a HempData API key.