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

Merx — European Business Data

bricepourle13/merxprotocol
52 toolsauthHTTPregistry active
Summary

A streamable HTTP server for European business intelligence, focused on French commercial registries and EU VAT systems. You get endpoints for validating VAT numbers across EU member states, looking up French company registration data (SIREN/SIRET checks, most likely), and searching legal entity information. Reach for this when you're building compliance tools, onboarding flows that need to verify business customers, or any app dealing with European B2B transactions where you need to confirm a company is legitimate and tax-registered. The remote URL suggests a hosted service, so no local setup required. Useful if you're tired of manually checking VIES or scraping Infogreffe.

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.

52 tools
get_pricesGet current energy and bandwidth prices from all Merx providers. No auth required.2 params

Get current energy and bandwidth prices from all Merx providers. No auth required.

Parameters* required
durationnumber
Filter by duration in seconds.
resourcestring
Filter by resource type. Omit for all.one of ENERGY · BANDWIDTH
get_best_priceFind the cheapest provider for a given resource and amount. No auth required.2 params

Find the cheapest provider for a given resource and amount. No auth required.

Parameters* required
amountnumber
Amount of resource units needed.
resourcestring
Resource type.one of ENERGY · BANDWIDTH
analyze_pricesMarket price analysis with trends and recommendations. No auth required.1 params

Market price analysis with trends and recommendations. No auth required.

Parameters* required
resourcestring
Filter by resource type. Omit for all.one of ENERGY · BANDWIDTH
get_price_historyHistorical price snapshots. No auth required.3 params

Historical price snapshots. No auth required.

Parameters* required
periodstring
Time period (default: 24h).one of 1h · 6h · 24h · 7d · 30d
providerstring
Filter by provider name.
resourcestring
Filter by resource type.one of ENERGY · BANDWIDTH
compare_providersSide-by-side provider comparison with prices and availability. No auth required.1 params

Side-by-side provider comparison with prices and availability. No auth required.

Parameters* required
resourcestring
Filter by resource type. Omit for all.one of ENERGY · BANDWIDTH
estimate_transaction_costEstimate energy and bandwidth cost for a TRON transaction. Compares rental vs burn cost. No auth required.8 params

Estimate energy and bandwidth cost for a TRON transaction. Compares rental vs burn cost. No auth required.

Parameters* required
amountnumber
Token amount.
operationstring
Transaction type.one of trc20_transfer · trc20_approve · trx_transfer · custom
parameterstring
ABI-encoded parameter (custom).
to_addressstring
Recipient TRON address.
from_addressstring
Sender TRON address.
token_addressstring
TRC20 contract address.
contract_addressstring
Contract address (custom).
function_selectorstring
Function selector (custom).
check_address_resourcesCheck energy, bandwidth, and TRX balance for any TRON address. No auth required.1 params

Check energy, bandwidth, and TRX balance for any TRON address. No auth required.

Parameters* required
addressstring
TRON address (starts with T).
create_orderBuy energy or bandwidth on Merx. Routed to cheapest provider. Auth required.5 params

Buy energy or bandwidth on Merx. Routed to cheapest provider. Auth required.

Parameters* required
amountnumber
Amount of resource units (min 65000 for ENERGY, 300 for BANDWIDTH).
duration_secnumber
Rental duration in seconds (e.g. 300, 3600, 86400, 2592000).
max_price_sunnumber
Optional max price in SUN/unit. Order fails if no provider is cheaper.
resource_typestring
Resource type to purchase.one of ENERGY · BANDWIDTH
target_addressstring
TRON address to receive delegated resources.
get_orderGet order details and fill status by ID. Auth required.1 params

Get order details and fill status by ID. Auth required.

Parameters* required
order_idstring
The order UUID.
list_ordersList recent orders with optional status filter. Auth required.2 params

List recent orders with optional status filter. Auth required.

Parameters* required
limitnumber
Max number of orders to return (default: 20).
statusstring
Filter by order status.one of PENDING · FILLING · FILLED · PARTIAL · FAILED · CANCELLED
ensure_resourcesDeclarative resource provisioning. Checks current resources on target address and purchases only what is missing. Auth required.4 params

Declarative resource provisioning. Checks current resources on target address and purchases only what is missing. Auth required.

Parameters* required
duration_secnumber
Rental duration in seconds (default: 3600).
energy_minimumnumber
Minimum energy the address should have.
target_addressstring
TRON address to provision resources for.
bandwidth_minimumnumber
Minimum bandwidth the address should have.
get_balanceGet your Merx account balance (TRX, USDT, locked). Requires MERX_API_KEY.

Get your Merx account balance (TRX, USDT, locked). Requires MERX_API_KEY.

No parameter schema in public metadata yet.

get_deposit_infoGet your Merx deposit address and memo. Requires MERX_API_KEY.

Get your Merx deposit address and memo. Requires MERX_API_KEY.

No parameter schema in public metadata yet.

get_transaction_historyGet your Merx account transaction history. Requires MERX_API_KEY.1 params

Get your Merx account transaction history. Requires MERX_API_KEY.

Parameters* required
periodstring
Time period to query. Default: 30D.one of 7D · 30D · 90D
explain_conceptExplain a TRON or Merx concept. No authentication required.1 params

Explain a TRON or Merx concept. No authentication required.

Parameters* required
topicstring
Topic: energy, bandwidth, staking, delegation, sun_units, burn_vs_rent, merx_routing, provider_types
suggest_durationRecommend a rental duration based on your use case. No authentication required.2 params

Recommend a rental duration based on your use case. No authentication required.

Parameters* required
use_casestring
Your intended use case.one of single_transfer · batch_transfers · dapp_session · daily_operations · weekly_operations · monthly_budget
transaction_countnumber
Expected number of transactions (optional).
calculate_savingsCalculate savings from renting energy vs burning TRX. No authentication required.2 params

Calculate savings from renting energy vs burning TRX. No authentication required.

Parameters* required
operationstring
Operation type. Default: trc20_transfer.one of trc20_transfer · trc20_approve · trx_transfer
transaction_countnumber
Number of transactions. Default: 1.
list_providersList all Merx providers with types, durations, and availability. No authentication required.

List all Merx providers with types, durations, and availability. No authentication required.

No parameter schema in public metadata yet.

get_account_infoFull on-chain account state: TRX balance, energy, bandwidth, creation date. No auth required.1 params

Full on-chain account state: TRX balance, energy, bandwidth, creation date. No auth required.

Parameters* required
addressstring
TRON address (T...).
get_trx_balanceQuick TRX balance for a TRON address. No auth required.1 params

Quick TRX balance for a TRON address. No auth required.

Parameters* required
addressstring
TRON address (T...).
get_trc20_balanceGet TRC-20 token balance for an address. Supports symbol (USDT, USDC) or contract address. No auth required.2 params

Get TRC-20 token balance for an address. Supports symbol (USDT, USDC) or contract address. No auth required.

Parameters* required
tokenstring
Token symbol (USDT, USDC) or contract address.
addressstring
TRON address to query.
get_transactionLook up a transaction by ID on TRON. No auth required.1 params

Look up a transaction by ID on TRON. No auth required.

Parameters* required
tx_idstring
Transaction ID (hash).
get_blockGet TRON block info by number (or latest if omitted). No auth required.1 params

Get TRON block info by number (or latest if omitted). No auth required.

Parameters* required
block_numbernumber
Block number. Omit for latest.
get_chain_parametersGet TRON network parameters (energy fee, bandwidth cost, etc.) with Merx price comparison. No auth required.

Get TRON network parameters (energy fee, bandwidth cost, etc.) with Merx price comparison. No auth required.

No parameter schema in public metadata yet.

convert_addressConvert TRON address between base58 (T...) and hex (41...) formats. No auth required.1 params

Convert TRON address between base58 (T...) and hex (41...) formats. No auth required.

Parameters* required
addressstring
TRON address in base58 (T...) or hex (41...).
get_trx_priceGet current TRX price from CoinGecko. No auth required.1 params

Get current TRX price from CoinGecko. No auth required.

Parameters* required
currencystring
Fiat currency code (default: usd).
validate_addressValidate a TRON address format and check on-chain status. No auth required.1 params

Validate a TRON address format and check on-chain status. No auth required.

Parameters* required
addressstring
TRON address to validate.
search_transaction_historyGet on-chain transaction history for a TRON address. No auth required.3 params

Get on-chain transaction history for a TRON address. No auth required.

Parameters* required
typestring
Transaction type filter (default: all).one of all · trx · trc20
limitnumber
Max results (default: 20).
addressstring
TRON address.
transfer_trxSend TRX to an address. Checks bandwidth, buys via Merx if needed. Signs and broadcasts on-chain. Requires TRON_PRIVATE_KEY.2 params

Send TRX to an address. Checks bandwidth, buys via Merx if needed. Signs and broadcasts on-chain. Requires TRON_PRIVATE_KEY.

Parameters* required
amount_trxstring
Amount of TRX to send.
to_addressstring
Recipient TRON address.
transfer_trc20Transfer TRC-20 tokens with automatic energy optimization. Signs and broadcasts on-chain. Requires TRON_PRIVATE_KEY.3 params

Transfer TRC-20 tokens with automatic energy optimization. Signs and broadcasts on-chain. Requires TRON_PRIVATE_KEY.

Parameters* required
tokenstring
Token symbol (USDT, USDC) or contract address.
amountstring
Amount to transfer (human-readable).
to_addressstring
Recipient TRON address.
approve_trc20Approve TRC-20 spending allowance. Signs and broadcasts on-chain. Requires TRON_PRIVATE_KEY.3 params

Approve TRC-20 spending allowance. Signs and broadcasts on-chain. Requires TRON_PRIVATE_KEY.

Parameters* required
tokenstring
Token symbol or contract address.
amountstring
Allowance amount (human-readable, or "unlimited").
spenderstring
Spender TRON address.
get_token_infoGet TRC-20 token metadata: name, symbol, decimals, total supply. No auth required.1 params

Get TRC-20 token metadata: name, symbol, decimals, total supply. No auth required.

Parameters* required
tokenstring
Token symbol or contract address.
read_contractCall a view/pure function on a TRON smart contract. No auth or private key required.3 params

Call a view/pure function on a TRON smart contract. No auth or private key required.

Parameters* required
parameterstring
ABI-encoded parameter hex (optional).
contract_addressstring
Contract TRON address.
function_selectorstring
Function signature, e.g. "balanceOf(address)".
estimate_contract_callEstimate energy and bandwidth cost for a smart contract call. Compares rental vs burn cost. No auth required.4 params

Estimate energy and bandwidth cost for a smart contract call. Compares rental vs burn cost. No auth required.

Parameters* required
parameterstring
ABI-encoded parameter hex (optional).
caller_addressstring
Caller TRON address for simulation (optional).
contract_addressstring
Contract TRON address.
function_selectorstring
Function signature, e.g. "transfer(address,uint256)".
call_contractExecute a state-changing smart contract function. Estimates resources, buys via Merx if needed. Requires TRON_PRIVATE_KEY and TRON_ADDRESS.4 params

Execute a state-changing smart contract function. Estimates resources, buys via Merx if needed. Requires TRON_PRIVATE_KEY and TRON_ADDRESS.

Parameters* required
parameterstring
ABI-encoded parameter hex (optional).
call_value_trxstring
TRX to send with call (optional).
contract_addressstring
Contract TRON address.
function_selectorstring
Function signature, e.g. "stake(uint256)".
get_swap_quoteGet a real swap quote from SunSwap V2. No auth required.4 params

Get a real swap quote from SunSwap V2. No auth required.

Parameters* required
amountstring
Amount of source token to swap
slippagenumber
Slippage tolerance in percent (default 1)
to_tokenstring
Destination token symbol
from_tokenstring
Source token symbol (TRX, USDT, USDC, etc.)
execute_swapExecute a token swap on SunSwap V2. Requires TRON_PRIVATE_KEY.4 params

Execute a token swap on SunSwap V2. Requires TRON_PRIVATE_KEY.

Parameters* required
amountstring
Amount of source token to swap
slippagenumber
Slippage tolerance in percent (default 1)
to_tokenstring
Destination token symbol
from_tokenstring
Source token symbol (TRX, USDT, USDC, etc.)
get_token_priceGet token price via SunSwap quote + CoinGecko USD rate. No auth required.1 params

Get token price via SunSwap quote + CoinGecko USD rate. No auth required.

Parameters* required
tokenstring
Token symbol (USDT, USDC, SUN, etc.)
create_accountCreate a new Merx account, generate an API key, and get deposit info. No auth needed.2 params

Create a new Merx account, generate an API key, and get deposit info. No auth needed.

Parameters* required
emailstring
Email address for the account
passwordstring
Password (min 8 characters)
loginLog in to an existing Merx account. No MERX_API_KEY needed.2 params

Log in to an existing Merx account. No MERX_API_KEY needed.

Parameters* required
emailstring
Email address
passwordstring
Password
set_api_keySet your Merx API key for this session. Unlocks all authenticated tools (trading, balance, orders). Use this if you already have an API key.1 params

Set your Merx API key for this session. Unlocks all authenticated tools (trading, balance, orders). Use this if you already have an API key.

Parameters* required
api_keystring
Your Merx API key (starts with sk_live_)
set_private_keySet your TRON private key for this session. Address is derived automatically. Enables write tools: transfer_trx, transfer_trc20, approve_trc20, execute_swap, deposit_trx. Key stays local - never sent to Merx servers.1 params

Set your TRON private key for this session. Address is derived automatically. Enables write tools: transfer_trx, transfer_trc20, approve_trc20, execute_swap, deposit_trx. Key stays local - never sent to Merx servers.

Parameters* required
private_keystring
Your TRON private key (64 hex characters)
deposit_trxDeposit TRX to your Merx account. Requires MERX_API_KEY + TRON_PRIVATE_KEY.1 params

Deposit TRX to your Merx account. Requires MERX_API_KEY + TRON_PRIVATE_KEY.

Parameters* required
amount_trxstring
Amount of TRX to deposit
enable_auto_depositConfigure automatic top-up when balance drops below a threshold. Session-only.3 params

Configure automatic top-up when balance drops below a threshold. Session-only.

Parameters* required
threshold_trxstring
Balance threshold in TRX
deposit_amount_trxstring
Amount of TRX per deposit
max_daily_depositsnumber
Max deposits per day (default 5)
pay_invoicePay an x402 invoice by sending TRX and verifying payment.1 params

Pay an x402 invoice by sending TRX and verifying payment.

Parameters* required
invoice_idstring
Invoice ID to pay
create_paid_orderCreate a zero-registration order via x402 pay-per-use. Requires TRON_PRIVATE_KEY.4 params

Create a zero-registration order via x402 pay-per-use. Requires TRON_PRIVATE_KEY.

Parameters* required
amountnumber
Amount of resource units
duration_secnumber
Duration in seconds
resource_typestring
Resource typeone of ENERGY · BANDWIDTH
target_addressstring
TRON address to receive resources
execute_intentExecute a multi-step operation (transfer, swap, buy resources, etc). Validates and simulates all steps with resource cost estimates. Auth required.3 params

Execute a multi-step operation (transfer, swap, buy resources, etc). Validates and simulates all steps with resource cost estimates. Auth required.

Parameters* required
stepsarray
Array of { action, params } steps to execute.
dry_runboolean
If true, simulate only without executing (default: false).
resource_strategystring
Resource acquisition strategy (default: batch_cheapest).one of batch_cheapest · per_step · no_resources
simulateSimulate a multi-step operation without executing. Returns resource estimates and costs.2 params

Simulate a multi-step operation without executing. Returns resource estimates and costs.

Parameters* required
stepsarray
Array of { action, params } steps to simulate.
resource_strategystring
Resource acquisition strategy (default: batch_cheapest).one of batch_cheapest · per_step · no_resources
create_standing_orderCreate a server-side standing order with trigger-based automation. Auth required.7 params

Create a server-side standing order with trigger-based automation. Auth required.

Parameters* required
budget_trxstring
Maximum budget in TRX (converted to SUN internally).
expires_atstring
ISO 8601 expiration date (optional).
action_typestring
Action to perform when triggered.one of buy_resource · ensure_resources · notify_only
trigger_typestring
Condition that triggers the order.one of price_below · price_above · schedule · balance_below
action_paramsobject
Action parameters: { resource_type, amount, duration_sec, target_address }.
max_executionsnumber
Maximum number of times this order can execute.
trigger_paramsobject
Trigger parameters: { resource, threshold_sun } or { cron }.
list_standing_ordersList all standing orders with optional status filter. Auth required.1 params

List all standing orders with optional status filter. Auth required.

Parameters* required
statusstring
Filter by status.one of ACTIVE · TRIGGERED · EXHAUSTED · EXPIRED · CANCELLED
create_monitorCreate a persistent monitor (delegation expiry, balance, price alert). Auth required.4 params

Create a persistent monitor (delegation expiry, balance, price alert). Auth required.

Parameters* required
notifyobject
Notification config: { webhook, telegram_chat_id }.
paramsobject
Monitor params: { alert_before_sec, auto_renew, resource_type, max_price_sun, duration_sec }.
monitor_typestring
Type of monitor to create.one of delegation_expiry · balance_threshold · price_alert
target_addressstring
TRON address to monitor (for delegation_expiry).
list_monitorsList all monitors with optional status filter. Auth required.1 params

List all monitors with optional status filter. Auth required.

Parameters* required
statusstring
Filter by monitor status.one of ACTIVE · CANCELLED
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 →
Categories
Sales & MarketingSearch & Web CrawlingData & Analytics
Registryactive
TransportHTTP
AuthRequired
UpdatedApr 1, 2026
View on GitHub

Related Sales & Marketing MCP Servers

View all →
Vibe Prospecting

explorium-ai/vibeprospecting-mcp

Power your chat with B2B data to create lead lists, research companies, personalize your outreach, and more.
22
Lead Enrichment API

io.github.compuute/lead-enrichment

Curated EU AI/Sec/DevTools/Fintech B2B leads, Claude-scored. MCP+x402. Free 250/mo.
Apollo Salesforce Mapper

dev.workers.selbyventurecap.cf-worker/apollo-salesforce-mapper

Apollo->Salesforce Lead mapper. No LLM. Strict-fail required fields. PASS/REPAIR/FAIL verdict.
Company Enrichment API

io.github.br0ski777/company-enrichment

Company firmographics from domain: name, socials, tech stack, emails, phone, address
Apollo

com.mcparmory/apollo

Search and enrich contact and company data from 210M+ people and 35M+ companies
25
Mcp Gtm Tech Stack Signal Scraper

mambalabsdev/mcp-gtm-tech-stack-signal-scraper

Detects a company CRM, sequencer, and marketing automation from its public website. Clay-ready.
1