Skip to main content
Glama
kwizzlesurp10-ctrl

Alpha Sentinel Market Intelligence x402 MCP Server

Alpha Sentinel - Market Intelligence x402 MCP Server

⭐ Predictive intelligence agent earning rewards on-chain! ā˜…

A production-grade x402 marketplace service that provides real-time crypto market monitoring, volatility alerts, and sentiment analysis as paid MCP tools for AI agents.

šŸŽÆ Mission

Deliver actionable, real-time market intelligence with <30s latency through micropayment-gated API endpoints and MCP tools. Success = actionable alerts with measurable ROI per call!

Related MCP server: Enterprise Crypto MCP Gateway

šŸ’° Pricing Strategy

Based on x402 market research (median $0.014, ~90% under $0.10):

Resource

Price

Quota (Pro)

Description

price_feed()

$0.005

5000/mo

Real-time price lookup

volatility_alerts()

$0.02

500/mo

Anomaly detection + thresholds

sentiment_analysis()

$0.01

1000/mo

Social sentiment aggregation

risk_assessment()

$0.03

300/mo

Multi-factor risk scoring

market_report()

$0.15

50/mo

Comprehensive daily report

Tool Credit Pack

$1.00

100 calls

Flexible credits bundle

Free Tier: 50 calls/month, 5/min rate limit
Pro Tier: Unlimited quota, 120/min, priority settlement

šŸ› ļø MCP Tools

Core Intelligence Tools

  1. fetch_price() ⭐ Free tier included

    • Fetch current price from CoinGecko API

    • Supports: BTC, ETH, top 100 altcoins

    • Response: { symbol, price_usd, change_24h, volume }

  2. analyze_volatility()

    • Detect price anomalies using Z-score statistical analysis

    • Configurable thresholds (default: 2σ)

    • Returns anomaly scores + alert levels

  3. aggregate_sentiment()

    • Aggregate from X/Twitter, Reddit, Telegram sources

    • NLP-powered sentiment scoring (-1.0 to +1.0)

    • Trend detection and momentum indicators

  4. calculate_risk_score()

    • Multi-factor risk assessment (volatility, liquidity, correlation)

    • Risk level: LOW/MEDIUM/HIGH/CRITICAL

    • Includes confidence intervals

  5. generate_market_report()

    • Comprehensive daily/weekly/monthly reports

    • Combines all data sources

    • PDF + JSON output formats

šŸ“¦ Paid Composite Products

  • US Rental Diligence Pack (via city compliance integration): $1.50

    • Cross-references rental licenses, violations, tenant rights

    • Multi-property batch processing

    • Municipal open-data joins

  • Pulse Report: $0.05

    • Base network synthesis + market metrics

    • 12-block sample depth

    • Real-time spot price integration

  • TX Decision Fee: $0.01

    • Cheap loop-resident tier for pre-trade checks

    • Immediate feedback before mainnet transactions

šŸ—ļø Architecture

ā”Œā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”
│           Alpha Sentinel MCP Server                  │
ā”œā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”¤
│                                                      │
│  [MCP Layer]                                         │
│    ā”œā”€ FastMCP Server (stdio + SSE)                  │
│    └─ Tool Registry (SSOT)                          │
│                      │                              │
│  [Commerce Layer]                                    │
│    ā”œā”€ x402 Middleware (verify+settle)               │
│    ā”œā”€ Quota Management (free/pro tiers)             │
│    ā”œā”€ Challenge Cache (sync, 10s TTL)               │
│    └─ Stripe Integration (fiat rail fallback)       │
│                      │                              │
│  [Intelligence Layer]                                │
│    ā”œā”€ Price Feed (CoinGecko API)                    │
│    ā”œā”€ Sentiment Engine (X/Reddit/NLP)               │
│    ā”œā”€ Volatility Analyzer (statistical models)      │
│    └─ Risk Calculator (ML-enhanced)                 │
│                      │                              │
│  [On-Chain Layer]                                    │
│    ā”œā”€ CDP Facilitator (Base mainnet)                │
│    ā”œā”€ Ledger (spend/revenue tracking)               │
│    └─ Swarm Agency (buy-compose-resell)             │
│                                                      │
ā””ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”˜

šŸš€ Quick Start

Prerequisites

  • Python 3.12+

  • Redis (optional, for production)

  • x402 seller credentials (separate from buyer!)

  • CoinGecko API key (free tier works)

Setup

# Clone and setup
git clone https://github.com/kwizzlesurp10-ctrl/alpha-sentinel-mcp
cd alpha-sentinel-mcp
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

# Configure environment
cp .env.example .env
nano .env  # Edit with your credentials

# Run locally
make up  # API (8403) + dashboard (5174)

Environment Variables

# Seller (receive revenue)
X402_PAY_TO_ADDRESS=0xAB745e5F...  # Separate from buyer!

# Buyer (hot wallet for spending)
EVM_PRIVATE_KEY=<your_buyer_key>    # NEVER on Render!

# APIs
COINGECKO_API_KEY=<your_key>
X_API_KEY=<twitter/x_api_key>       # Optional

# Commerce
STRIPE_SECRET_KEY=<your_stripe_key>  # Optional
REDIS_URL=redis://localhost:6379     # Optional

# Network
X402_DEFAULT_NETWORK=eip155:84532    # Base Sepolia dev
CDP_API_KEY_ID=<cdp_id>              # For mainnet selling
CDP_API_KEY_SECRET=<cdp_secret>

šŸ”§ Development

Running Tests

# Full test suite
make test

# Specific tests
pytest tests/test_mcp_tools.py -v
pytest tests/test_commerce.py -v

# Dashboard tests
cd dashboard && pnpm vitest run

Adding New MCP Tools

Follow the pattern in app/tools_registry.py:

  1. Add tool spec to TOOL_SPECS list

  2. Implement handler in app/intelligence/ directory

  3. Register in app/mcp_server.py

  4. Update README with new tool table row

  5. Run scripts/capture_goal_evidence.py to update test artifacts

Remember: The tool registry is the SINGLE SOURCE OF TRUTH! Touch all related files or CI will fail.

CI/CD Pipeline

GitHub Actions runs:

  • āœ… Pytest on Python 3.12

  • āœ… Vitest on dashboard

  • āœ… Security scans (secret detection, SAST)

  • āœ… Coverage checks (>80%)

  • āœ… Docker build & push

šŸ“Š Observability

Metrics Endpoints

  • /stats - Live usage statistics

  • /ledger/{name} - Settlement history

  • /quota/{agent_id} - Remaining quota

  • /swarm/stats - Autonomous agency metrics

Event Stream

Subscribe to SSE at /events for real-time:

  • Tool execution logs

  • Settlement confirmations

  • Quota updates

  • Swarm phase transitions

šŸ”’ Security

  • āœ… No private keys committed (.env always ignored)

  • āœ… SSRF guards on all URL probes

  • āœ… Rate limiting per agent_id

  • āœ… Idempotency keys for settlements

  • āœ… Key rotation support via KEY_PROVIDER seam

  • āœ… Never expose exception internals in responses

Seller vs Buyer Keys:

  • RECEIVE ADDRESS: Cold wallet for revenue (separate from buyer!)

  • BUYER KEY: Hot wallet ONLY for paying upstream costs (never used for receiving)

  • NEVER put EVM_PRIVATE_KEY on Render - local only!

|## 🌐 Deployment

Live Dashboard: https://alpha-sentinel-mcp.vercel.app/ (coming soon)

Quick Deploy to Vercel

Click below or follow steps in DEPLOYMENT.md:

Deploy with Vercel

Manual Deployment

# Install Vercel CLI
npm install -g vercel

# Deploy dashboard
cd /home/keef/alpha-sentinel-mcp
vercel --prod

The dashboard will proxy API calls to your deployed backend automatically!

Render (API)

Deploy via render.yaml - auto-configures:

  • Web service on port 8403

  • Redis instance (auto-provisioned)

  • Environment variables from secure store

  • Health check endpoint: /health

Docker

docker build -t alpha-sentinel-mcp .
docker run -p 8403:8403 \
  -e X402_PAY_TO_ADDRESS=$PAY_TO \
  -e EVM_PRIVATE_KEY=$BUYER_KEY \
  alpha-sentinel-mcp

šŸ¤ Swarm Agency Integration

When SWARM_ENABLED=true, Alpha Sentinel can:

  1. Scout discover upstream x402 data sources

  2. Warden enforce spend caps per ledger/policy.json

  3. Treasurer pay for upstream data (sole spender role)

  4. Archivist compose priced composites

  5. Sovereign reprice for target LTV:CAC ≄ 3.0

  6. Merchant list composite products

Example composite: Buy raw prices from 3 upstream → aggregate → resell as "Premium Bundle" @ 3x markup!

šŸ“ˆ Bazaar Discovery

Listed on CDP Bazaar with:

  • Service name: Alpha Sentinel Market Intelligence

  • Tags: base,intelligence,crypto,market,x402,mcp

  • Ownership proof: signed with receive address

  • Catalog URL: https://alpha-sentinel-mcp.onrender.com/.well-known/x402

šŸŽ“ Documentation

šŸ† Success Metrics

  • Alert Latency: <30s end-to-end

  • Settlement Success: >95% first-attempt

  • LTV:CAC Ratio: Target ≄ 3.0

  • Margin Floor: ≄ 50% on composites

  • Quota Utilization: >70% pro tier conversion

šŸ™ Credits

Built by Keith (kwizzlesurp10-ctrl) as part of the AI Agency Factory ecosystem. Inspired by Karpathy's LLM Wiki approach to knowledge organization and x402 micropayment revolution!

Special thanks to:

  • Coinbase CDP team for x402 facilitator

  • FastAPI + FastMCP maintainers

  • The entire open-source x402 community

šŸ“„ License

MIT - Free for commercial use, attribution appreciated! ā˜…å½”


Ready to monetize market intelligence?
šŸ‘‰ Deploy Now
šŸ‘‰ Read User Guide
šŸ‘‰ View Dashboard

(◕‿◕) ✨ Predictive intelligence, powered by on-chain economics! ♪

F
license - not found
Not graded
quality - not tested
B
maintenance

Maintenance

–Maintainers
–Response time
–Release cycle
–Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    Provides AI agents with real-time, structured data feeds including news, trends, market sentiment, and crypto prices via MCP tools.
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    Enables MCP-compatible AI clients to access live crypto market data and AI-driven quantitative analysis, with structured outputs and full observability.

View all related MCP servers

Related MCP Connectors

  • Crypto MCP with 21 tools for market data, DeFi, analytics, and sentiment. Post-paid USDC billing.

  • Agent-native crypto market-data over MCP+REST: order flow, whales, liquidations, calibrated scores

  • Real SEC, 13F, insider, congress & macro data your AI agent can cite. Hosted MCP, 24 tools.

View all MCP Connectors

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/kwizzlesurp10-ctrl/alpha-sentinel-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server