AllocContext
Related Servers
Alternatives to AllocContext
AlicenseAqualityCmaintenanceThe Ultimate Cryptocurrency MCP for AI Assistants - Unified access to crypto, DeFi, and Web3 analytics | MCP Endpoint.12204 npm18MIT
Dataline MCP Serverofficial
AlicenseAqualityDmaintenanceMCP server exposing read-only market data tools for crypto prices, funding rates, and prediction markets via Dataline API.89 npmMIT
AletaIndex Narrativeofficial
AlicenseAqualityBmaintenanceReal-time financial narrative tracking for AI agents — clustering news into structured narratives, measuring sentiment momentum, and mapping portfolio risk across 109 US equities.22Apache 2.0- AlicenseAqualityBmaintenanceProvides 16 crypto market data tools for MCP-compatible AI clients with x402/USDC micropayments on Base Mainnet.1619 npmMIT
Related Servers
- AlicenseNot gradedqualityCmaintenanceAI-powered crypto signal intelligence for 20 assets (BTC, ETH, SOL, etc). 6 scoring dimensions: whale activity, technical analysis, derivatives flow, narrative strength, sentiment, market structure. Market regime detection (TRENDING/RANGING), portfolio optimization, and accuracy tracking. 9 read-only MCP tools. Free via MCP, $0.001 USDC via x402 on Base for REST API.3MIT
- AlicenseAqualityCmaintenanceMarket intelligence MCP server enabling AI agents to buy crypto sentiment reads, divergence verdicts, and analyst answers via pay-per-call x402 micropayments on Base.659 npmMIT
- FlicenseNot gradedqualityDmaintenance56 pay-per-call MCP endpoints for AI agents. Market signals, macro economics, crypto/DeFi, geopolitical intelligence, SEC filings, GitHub velocity, sanctions screening. USDC on Base Mainnet via x402.-
- AlicenseNot gradedqualityDmaintenanceCrypto intelligence MCP: 104 tools for market data, ML signals, on-chain analytics, derivatives, and Bittensor subnets. Pay-per-call via x402 USDC on Base/Solana/Algorand/Stellar or $9.99/mo API key.MIT
- AlicenseAqualityBmaintenanceMCP server that aggregates x402 crypto services as tools for AI agents, providing prices, sentiment, funding rates, and technical indicators with x402 pay-per-call on Base.61,535 npmMIT
- AlicenseNot gradedqualityBmaintenanceMCP server exposing 10 curated tools for AI agents, providing crypto trading signals, on-chain analysis, and web utilities via pay-per-call x402 endpoints on the Base network.MIT
TDQS
Scored across 8 tools
get_context_bundle already embeds market context and a delta vs the prior snapshot, so get_market_context and get_context_delta overlap with it. check_allocation_band and check_allocation_bands differ only by plural and both assess drift, creating real selection ambiguity.
All tool names follow a consistent get_/check_ verb + noun snake_case pattern, and the resource names are generally clear. Minor deviations like get_context_at and the near-duplicate singular/plural band-check pair keep it from perfect consistency.
Eight tools is a well-scoped size for an allocation context server. Each tool maps to a recognizable need: context retrieval, market data, portfolio state, rebalance planning, drift checks, and snapshot comparison.
Core read/analyze workflows are covered: current context, market backdrop, portfolio state, rebalance plans, and allocation drift checks. However, there is no tool to list saved snapshots, which makes get_context_at and get_context_delta harder to use without external knowledge of available timestamps.