scemadex-mcp-0.1.0 is not a library.
scemadex-mcp
A Model Context Protocol (MCP) server that exposes the ScemaDEX agentic-liquidity rail to any MCP-capable LLM agent (Claude Desktop, Claude Code, the Agent SDK, and others).
It bridges MCP (stdio JSON-RPC) to a running
scemadex-relay over HTTP:
LLM agent ⇄ (MCP/stdio) ⇄ scemadex-mcp ⇄ (HTTP) ⇄ scemadex-relay ⇄ bot artifacts
Because the relay's signal endpoints can be x402-gated, this turns "buy
trading intelligence" into a discoverable, priced tool call: a 402 from the
relay is handed back to the agent as the x402 payment requirements, ready to pay.
Tools
| Tool | What it returns |
|---|---|
scemadex_reputation |
Deployer reputation for a mint (0..1) |
scemadex_pool_score |
0..100 predictive pool-quality score |
scemadex_advice |
Current Deep Q* agent advice signal |
scemadex_inference_quote |
Cheapest open bonded-inference offer for an intent digest |
scemadex_experience_buy |
Cheapest ExperienceBatch at/below your max USDC price |
Install & run
Register with an MCP client
Example client config entry:
Transport is newline-delimited JSON-RPC 2.0 on stdio (MCP 2024-11-05). All
logging goes to stderr; stdout carries only protocol messages.
Part of the Scematica suite. MIT.