Coin Railz MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| COINRAILZ_API_KEY | No | Your API key from coinrailz.com/credits | |
| COINRAILZ_BASE_URL | No | Override base URL (default: https://coinrailz.com) | https://coinrailz.com |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| ping_coinrailz | Test connectivity to Coin Railz x402 payment infrastructure. Args: message: Optional message to include in ping Returns: Platform status, version, and available services count. Price: $0.25 |
| get_gas_prices | Get real-time gas prices across multiple blockchain networks. Args: chains: List of chains to query. Options: ethereum, base, polygon, bsc, arbitrum, optimism. Defaults to all supported chains. Returns: Gas prices in gwei with USD cost estimates for each chain. Price: $0.10 (FIRST CALL FREE for new users!) |
| get_token_metadata | Get metadata for any ERC-20 token including name, symbol, decimals, and total supply. Args: token_address: The token contract address (0x...) chain: Blockchain network. Options: ethereum, base, polygon, bsc, arbitrum, optimism Returns: Token metadata including name, symbol, decimals, total supply. Price: $0.10 (FIRST CALL FREE for new users!) |
| get_token_price | Get real-time token price from multiple DEX sources. Args: token_address: The token contract address (0x...) chain: Blockchain network. Options: ethereum, base, polygon, bsc Returns: Token price in USD with source information. Price: $0.15 |
| get_token_sentiment | Get AI-powered social sentiment analysis for a token. Args: token_address: The token contract address (0x...) chain: Blockchain network Returns: Sentiment score, social volume, and trending topics related to the token. Price: $0.25 |
| get_trending_tokens | Get trending tokens across DeFi platforms. Args: chain: Blockchain network. Options: ethereum, base, polygon, bsc limit: Number of tokens to return (max 50) Returns: List of trending tokens with volume, price change, and social metrics. Price: $0.50 |
| get_whale_alerts | Get real-time whale transaction alerts across chains. Args: chains: List of chains to monitor. Defaults to all major chains. min_value_usd: Minimum transaction value in USD to alert on Returns: Recent large transactions with sender, receiver, and token details. Price: $0.35 |
| get_dex_liquidity | Get DEX liquidity analysis for a token across major exchanges. Args: token_address: The token contract address (0x...) chain: Blockchain network. Options: ethereum, base, polygon, bsc Returns: Liquidity depth, top pools, and slippage estimates. Price: $0.20 |
| get_trade_signals | Get AI-powered trading signals and market recommendations. Args: token: Optional token address or symbol to focus on chain: Blockchain network. Options: ethereum, base, polygon Returns: Trading signals with entry/exit recommendations and confidence scores. Price: $0.75 |
| get_trading_signal | Get trading signal for a specific symbol and timeframe. Args: symbol: Trading pair symbol (e.g., ETH/USDC, BTC/USDT) timeframe: Chart timeframe. Options: 1m, 5m, 15m, 1h, 4h, 1d Returns: Buy/sell signal with indicators, confidence, and target prices. Price: $0.50 |
| get_sentiment_analysis | Get AI-powered sentiment analysis for crypto topics. Args: query: Topic to analyze (token name, project, or keyword) sources: List of sources. Options: twitter, reddit, news, telegram Returns: Sentiment score, volume trends, and key narratives. Price: $0.30 |
| get_arbitrage_opportunities | Scan for cross-chain arbitrage opportunities. Args: chains: List of chains to scan for arbitrage min_profit_pct: Minimum profit percentage to report Returns: List of arbitrage opportunities with routes and expected profit. Price: $1.00 |
| get_correlation_matrix | Get correlation matrix between multiple tokens. Args: tokens: List of token addresses or symbols to analyze timeframe: Analysis period. Options: 1d, 7d, 30d, 90d Returns: Correlation coefficients between all token pairs. Price: $0.50 |
| get_risk_metrics | Get comprehensive risk metrics for a token. Args: token_address: The token contract address (0x...) chain: Blockchain network Returns: Volatility, VaR, max drawdown, and other risk metrics. Price: $0.40 |
| get_batch_quote | Get quotes for multiple tokens in a single request. Args: tokens: List of token addresses to quote chain: Blockchain network Returns: Prices and metadata for all requested tokens. Price: $0.25 |
| get_multi_chain_balance | Get multi-chain wallet balance across 7+ EVM networks. Args: wallet_address: The wallet address to check (0x...) chains: List of chains to query. Defaults to all supported chains. include_tokens: Whether to include ERC-20 token balances. Returns: Wallet balances for native tokens and ERC-20 tokens across all specified chains. Price: $0.50 |
| build_transaction | Build a transaction object ready for signing. Args: from_address: Sender wallet address to_address: Recipient wallet address value: Amount to send (in token units or wei) chain: Blockchain network token_address: Optional ERC-20 token address (native token if not provided) Returns: Unsigned transaction object with gas estimates. Price: $0.15 |
| manage_approvals | Manage token approvals for a wallet. Args: wallet_address: The wallet address to check chain: Blockchain network action: Action to perform. Options: list, revoke_risky Returns: List of token approvals with risk assessment. Price: $0.30 |
| bridge_tokens | Get bridge quote and route for cross-chain token transfer. Args: from_chain: Source blockchain to_chain: Destination blockchain token_address: Token to bridge amount: Amount to bridge recipient: Optional different recipient address Returns: Bridge route, fees, and estimated time. Price: $0.50 |
| scan_smart_contract | Perform security analysis on a smart contract. Args: contract_address: The contract address to scan (0x...) chain: Blockchain network. Options: ethereum, base, polygon Returns: Security analysis including vulnerabilities, rug pull risk, and audit score. Price: $2.00 |
| get_wallet_risk_score | Get risk analysis and security scoring for any wallet address. Args: wallet_address: The wallet address to analyze (0x...) chain: Primary chain for analysis. Options: ethereum, base, polygon Returns: Risk score, transaction patterns, and security recommendations. Price: $0.50 |
| track_portfolio | Get comprehensive portfolio tracking and analytics. Args: wallet_address: The wallet address to track chains: List of chains to include in portfolio Returns: Portfolio value, allocation, P&L, and historical performance. Price: $0.75 |
| optimize_portfolio | Get AI-powered portfolio optimization recommendations. Args: holdings: List of current holdings [{"token": "...", "amount": "...", "chain": "..."}] risk_tolerance: Risk level. Options: low, medium, high Returns: Rebalancing recommendations and optimal allocation. Price: $1.00 |
| get_property_valuation | Get AI-powered property valuation estimate. Args: address: Property street address property_id: Or property ID if known Returns: Estimated value, comparable sales, and market trends. Price: $5.00 |
| analyze_lease | Analyze commercial lease terms and market comparison. Args: lease_terms: Lease details including rent, term, location, size Returns: Lease analysis with market comparison and recommendations. Price: $3.00 |
| track_construction_progress | Track construction project progress and milestones. Args: project_id: The construction project ID Returns: Progress updates, timeline, and budget status. Price: $2.00 |
| get_credit_risk_score | Get credit risk assessment for individuals or businesses. Args: entity_id: Identifier for the entity (wallet, business ID, etc.) entity_type: Type of entity. Options: individual, business, dao Returns: Credit score, risk factors, and lending recommendations. Price: $2.00 |
| detect_fraud | AI-powered fraud detection for transactions. Args: transaction_data: Transaction details to analyze Returns: Fraud score, risk indicators, and recommendations. Price: $0.50 |
| run_compliance_check | Run AML/KYC compliance checks. Args: entity_id: Identifier for the entity (wallet address, etc.) check_type: Type of check. Options: aml, kyc, sanctions, pep Returns: Compliance status, flags, and required actions. Price: $1.00 |
| get_polymarket_events | Get active Polymarket prediction market events. Args: category: Optional category filter (politics, crypto, sports, etc.) limit: Number of events to return Returns: List of active prediction markets with current odds. Price: $0.25 |
| get_polymarket_odds | Get current odds for a specific Polymarket event. Args: event_id: The Polymarket event ID Returns: Current odds, volume, and price history. Price: $0.15 |
| search_polymarket | Search Polymarket events by keyword. Args: query: Search query limit: Number of results to return Returns: Matching prediction markets with current odds. Price: $0.20 |
| get_prediction_market_odds | Get prediction market odds (aggregated from multiple sources). Args: event_id: Optional specific event ID query: Optional search query for events Returns: Current odds, volume, and market details for prediction events. Price: $0.50 |
| create_agent_wallet | Create a new wallet for an AI agent with managed keys. Args: agent_name: Name identifier for the agent agent_type: Type of agent. Options: trading, payment, defi, general Returns: New wallet address and management details. Price: $1.00 |
| create_instant_agent_wallet | Instantly create a temporary agent wallet for quick operations. Args: purpose: Purpose of the wallet. Options: trading, testing, payment Returns: Temporary wallet address with 24-hour validity. Price: $0.50 |
| verify_agent_identity | Verify and register an AI agent's on-chain identity (ERC-8004). Args: agent_address: The agent's wallet address proof: Optional identity proof or attestation Returns: Verification status and on-chain identity NFT details. Price: $2.00 |
| request_smart_contract_audit | Request comprehensive smart contract security audit. Args: contract_address: Contract to audit chain: Blockchain network scope: Audit scope. Options: quick, standard, full Returns: Audit request confirmation and estimated delivery time. Price: $1000 (full audit) |
| request_payment_processing | Set up multi-chain payment processing for merchants. Args: merchant_id: Merchant identifier payment_type: Type of payment. Options: one-time, subscription, escrow currencies: Accepted cryptocurrencies Returns: Payment processing setup details and integration instructions. Price: $50/hour |
| request_compliance_consultation | Request AML/KYC compliance consultation. Args: entity_type: Type of entity. Options: exchange, defi, nft, payment jurisdictions: List of jurisdictions to cover (US, EU, UK, etc.) services: Services requiring compliance (custody, trading, payments) Returns: Consultation request confirmation and preliminary assessment. Price: $500 |
| get_stock_sentiment | Get AI-powered stock market sentiment analysis. Args: symbol: Stock ticker symbol (e.g., AAPL, TSLA, MSFT, NVDA) include_news: Include recent news and headlines analysis include_technicals: Include technical analysis and chart patterns include_institutional: Include institutional and insider activity Returns: Sentiment analysis with overall rating, confidence score, key drivers, and trading recommendation. Price: $0.40 |
| get_forex_sentiment | Get AI-powered forex currency pair sentiment analysis. Args: pair: Currency pair (e.g., EURUSD, GBPJPY, USDJPY, AUDUSD) include_economic: Include economic factors analysis include_central_bank: Include central bank policy outlook include_geopolitical: Include geopolitical factors Returns: Sentiment analysis with overall rating, confidence score, key drivers, and trading recommendation. Price: $0.40 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tdnupe3/mcp-server-coinrailz'
If you have feedback or need assistance with the MCP directory API, please join our Discord server