Coin Railz

Provides 41 Coin Railz x402 micropayment tools for Claude to access blockchain data, trading signals, sentiment, and analytics.
  • python

0

GitHub Stars

python

Language

5 months ago

First Indexed

2 months ago

Catalog Refreshed

Documentation & install

Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.

Installation

Add the following to your MCP client configuration file.

Configuration

View docs

You can extend Claude’s capabilities by connecting to the Coin Railz MCP Server, which exposes 41 micropayment tools to access real-time blockchain data, trading signals, sentiment analysis, and crypto analytics. This MCP server lets Claude perform complex queries against Coin Railz data through a simple, credit-based API, so you can build AI-powered workflows without deep blockchain knowledge.

How to use

After you configure the Coin Railz MCP Server in your Claude environment, you can ask Claude for actionable insights such as current gas prices, token prices, trading signals, market sentiment, and cross-chain analytics. You can also search for events in prediction markets, scan smart contracts for security signals, or track portfolio metrics. Use natural language prompts to request data or analytics across the 10 service categories, and Claude will route your requests through the MCP server to fetch the latest results.

How to install

Prerequisites you need before installing: Python 3.8+ and git are installed on your system.

# Install the MCP server package
pip install coinrailz-mcp

# Or install from source
git clone https://github.com/coinrailz/mcp-server-coinrailz.git
cd mcp-server-coinrailz
pip install -e .

Configure Claude Desktop

Add a Coin Railz MCP entry to your Claude Desktop configuration to run the MCP server locally and supply your API key.

{
  "mcpServers": {
    "coinrailz": {
      "command": "python",
      "args": ["-m", "coinrailz_mcp"],
      "env": {
        "COINRAILZ_API_KEY": "your-api-key-here"
      }
    }
  }
}

Get an API Key

Obtain credits and an API key to use the MCP server by visiting the credit portal, then generate a key to authenticate your requests.

# Access your API key through the Coin Railz credits portal
https://coinrailz.com/credits

Environment variables

Set the API key to authorize requests and optionally override the base URL if needed.

COINRAILZ_API_KEY=your-api-key-here
COINRAILZ_BASE_URL=https://coinrailz.com

Usage tips

Free trial: The first calls to gas-price-oracle and token-metadata are free. Plan your first experiments to evaluate how Claude interacts with gas data, token metadata, and other analytics.

Available tools

ping_coinrailz

Test platform connectivity

get_gas_prices

Real-time gas across 6 chains

get_token_metadata

Token name, symbol, decimals

get_token_price

Real-time DEX prices

get_token_sentiment

AI social sentiment

get_trending_tokens

Trending by volume

get_whale_alerts

Large transaction alerts

get_dex_liquidity

DEX liquidity depth

get_trade_signals

AI trading signals

get_trading_signal

Symbol-specific signals

get_sentiment_analysis

Multi-source sentiment

get_arbitrage_opportunities

Cross-chain arb scanner

get_correlation_matrix

Token correlations

get_risk_metrics

Volatility, VaR, drawdown

get_batch_quote

Multi-token quotes

get_multi_chain_balance

Wallet balances across chains

build_transaction

Build unsigned transactions

manage_approvals

Token approval manager

bridge_tokens

Cross-chain bridge quotes

scan_smart_contract

Contract security audit

get_wallet_risk_score

Wallet risk analysis

track_portfolio

Portfolio analytics

optimize_portfolio

AI portfolio optimization

get_property_valuation

AI property valuation

analyze_lease

Lease term analysis

track_construction_progress

Construction tracking

get_credit_risk_score

Credit risk assessment

detect_fraud

AI fraud detection

run_compliance_check

AML/KYC checks

get_polymarket_events

Active prediction markets

get_polymarket_odds

Event odds

search_polymarket

Search events

get_prediction_market_odds

Aggregated odds

create_agent_wallet

Create managed agent wallet

create_instant_agent_wallet

Instant temp wallet

verify_agent_identity

ERC-8004 identity NFT

Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational