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

Chainflip Broker as a Service

io.chainflip-broker/baas
6 toolsHTTPregistry active
Summary

This connects Claude to Chainflip's cross-chain swap infrastructure through their Broker as a Service API. You can get quotes across Bitcoin, Ethereum, Solana, Arbitrum, and Polkadot AssetHub, then execute swaps and monitor their status. The underlying service handles DCA swaps that split trades into chunks for better pricing, supports wallet-less transactions so users can send from any address, and includes boosted deposits that cut confirmation times by up to 80%. Reach for this when you need to add cross-chain swapping to an agent workflow without managing RPC nodes or broker infrastructure yourself. The API abstracts away the complexity of running a Chainflip broker while letting you earn the 0.05% ecosystem fee on swaps.

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.

6 tools
get_quotesGet swap quotes for exchanging one crypto asset to another. Returns available quotes with exchange rates, fees, and estimated output amounts. API key is optional.4 params

Get swap quotes for exchanging one crypto asset to another. Returns available quotes with exchange rates, fees, and estimated output amounts. API key is optional.

Parameters* required
amountnumber
Amount to swap in human-readable format (e.g., 1.5 for 1.5 BTC)
apiKeystring
Optional partner API key.
sourceAssetstring
Source asset identifier (e.g., 'btc.btc', 'eth.eth', 'usdc.eth')
destinationAssetstring
Destination asset identifier (e.g., 'eth.eth', 'btc.btc', 'sol.sol')
start_dca_swapStart a DCA (Dollar Cost Averaging) cross-chain swap that splits into multiple sub-swaps over time. Returns the deposit address. API key is optional.8 params

Start a DCA (Dollar Cost Averaging) cross-chain swap that splits into multiple sub-swaps over time. Returns the deposit address. API key is optional.

Parameters* required
apiKeystring
Optional partner API key.
sourceAssetstring
Source asset identifier (e.g., 'btc.btc', 'eth.eth', 'usdc.eth')
minimumPricenumber
Optional minimum accepted price as a destination-per-source ratio (e.g., for a btc.btc to eth.eth swap, 28.5 means 1 BTC gets at least 28.5 ETH). When omitted, automatically calculated from current pool prices with 2% slippage tolerance. Set to 0 to accept any price.
refundAddressstring
Refund address on the source chain, used if minimum price cannot be met
numberOfChunksinteger
Number of sub-swaps for DCA (Dollar Cost Averaging). Must be >= 1.
destinationAssetstring
Destination asset identifier (e.g., 'eth.eth', 'btc.btc', 'sol.sol')
destinationAddressstring
Destination address on the target chain
chunkIntervalBlocksinteger
Optional delay between DCA sub-swaps in state-chain blocks (1 block = 6 seconds). Defaults to 2 blocks (12 seconds).
check_statusCheck the status of a swap by its ID. Returns the current swap state including deposit detection, swap progress, and egress information.1 params

Check the status of a swap by its ID. Returns the current swap state including deposit detection, swap progress, and egress information.

Parameters* required
swapIdinteger
The swap ID returned by start_swap or start_dca_swap
list_assetsList all available swap assets and their details including ticker, network, direction, decimals, minimum amounts, and current USD prices.

List all available swap assets and their details including ticker, network, direction, decimals, minimum amounts, and current USD prices.

No parameter schema in public metadata yet.

start_swapStart a cross-chain swap. Returns the deposit address where you should send your source asset. API key is optional.6 params

Start a cross-chain swap. Returns the deposit address where you should send your source asset. API key is optional.

Parameters* required
apiKeystring
Optional partner API key.
sourceAssetstring
Source asset identifier (e.g., 'btc.btc', 'eth.eth', 'usdc.eth')
minimumPricenumber
Optional minimum accepted price as a destination-per-source ratio (e.g., for a btc.btc to eth.eth swap, 28.5 means 1 BTC gets at least 28.5 ETH). When omitted, automatically calculated from current pool prices with 2% slippage tolerance. Set to 0 to accept any price.
refundAddressstring
Refund address on the source chain, used if minimum price cannot be met
destinationAssetstring
Destination asset identifier (e.g., 'eth.eth', 'btc.btc', 'sol.sol')
destinationAddressstring
Destination address on the target chain
get_native_quotesGet swap quotes for exchanging one crypto asset to another using native (smallest unit) amounts. Returns available quotes with exchange rates, fees, and estimated output amounts. Use this when you have amounts in native units (e.g., satoshis for BTC, wei for ETH). API key is o...4 params

Get swap quotes for exchanging one crypto asset to another using native (smallest unit) amounts. Returns available quotes with exchange rates, fees, and estimated output amounts. Use this when you have amounts in native units (e.g., satoshis for BTC, wei for ETH). API key is o...

Parameters* required
amountstring
Amount to swap in native units (e.g., '100000000' for 1 BTC in satoshis)
apiKeystring
Optional partner API key.
sourceAssetstring
Source asset identifier (e.g., 'btc.btc', 'eth.eth', 'usdc.eth')
destinationAssetstring
Destination asset identifier (e.g., 'eth.eth', 'btc.btc', 'sol.sol')
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
UpdatedMar 21, 2026
Open website