Mycelia Signal Sovereign Oracle
@jonathanbulkeley
About Mycelia Signal Sovereign Oracle
Sovereign cryptographic oracle — 131 Ed25519-signed endpoints across crypto prices, FX, metals, stablecoins, economic indicators, commodities, gas oracles, volatility/sentiment/stress/contagion indices, marine, weather, DeFi yield, and COT positioning. Pay-per-query via x402 (USD
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mycelia-signal": {
"command": "python",
"args": [
"myceliasignal_mcp_server.py"
],
"env": {}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Mycelia Signal Sovereign Oracle?
Mycelia Signal Sovereign Oracle is a cryptographic oracle that serves Ed25519-signed attestations across 131 endpoints covering crypto prices, FX rates, precious metals, stablecoin pegs, economic indicators, commodities, gas oracles, volatility/sentiment/stress/contagion indices, a marine oracle, a weather oracle, DeFi yield, and CME COT positioning. It operates on a pay-per-query model via x402 (USDC on Base) with no API keys, accounts, or trust assumptions.
How to use Mycelia Signal Sovereign Oracle?
For direct HTTP access, use curl to call endpoint URLs like /oracle/price/btc/usd (paid) or append /preview for free unsigned samples. For MCP integration, install fastmcp and pynacl, then run python myceliasignal_mcp_server.py and add the server to your Claude Desktop configuration with the JSON snippet provided. LangChain and OpenAPI integrations are also available.
Key features of Mycelia Signal Sovereign Oracle
- 131 signed endpoints: crypto, FX, metals, stablecoins, gas, indices, economics, commodities, marine, weather, DeFi, COT
- Ed25519 cryptographic signatures for all paid responses
- Pay-per-query via x402 (USDC on Base) – no subscriptions or API keys
- 17 parameterized tools in the MCP server
- Free preview endpoints for unsigned sample data
- Multiple integrations: MCP, LangChain, OpenAPI, Agent Discovery
Use cases of Mycelia Signal Sovereign Oracle
- DeFi smart contracts that need verifiable, signed price or volatility data
- Building trading bots or dashboards that consume FX rates, precious metals, or economic indicators on-chain
- Conditional settlement via Discreet Log Contracts (DLC) using the free DLC oracle endpoint
- Supply chain or insurance applications needing marine or weather oracle attestations
- Cross-protocol yield aggregation with signed DeFi yield data
FAQ from Mycelia Signal Sovereign Oracle
How does pricing work?
Each endpoint has a fixed price in USDC: $0.01 for crypto, stablecoin, metals, FX, and gas oracles; $0.05 for indices, funding rates, and DeFi yield; $0.10 for economic indicators, commodities, marine, weather, and COT. Payment is handled via x402, a HTTP 402-based payment protocol on Base.
How can I verify signed data?
Every paid response includes an Ed25519 signature over a canonical attestation string (e.g., v1|PRICE|BTCUSD|73242.09|USD|2|...). Use the public key returned from the /health endpoint to verify. See the docs at myceliasignal.com/docs/verification/.
Is there a free tier?
Yes. Append /preview to any paid endpoint URL to receive unsigned sample data at no cost. The free DLC oracle endpoint also requires no payment.
What dependencies are needed for the MCP server?
The MCP server requires Python with the fastmcp and pynacl packages. No additional environment variables or external API keys are needed.
What integrations are supported?
The server is available as an MCP server (17 tools, Python + FastMCP), a LangChain package (langchain-mycelia-signal on PyPI), an OpenAPI specification, and Agent Discovery via agent.json and agent-card.json.
More Databases MCP servers
MCP Alchemy
runekaagaardA MCP (model context protocol) server that gives the LLM access to and knowledge about relational databases like SQLite, Postgresql, MySQL & MariaDB, Oracle, and MS-SQL.
mcp_mysql_server
wenb1n-devModel Context Protocol (MCP) server that supports secure interaction with MySQL databases and has anomaly analysis capabilities.更加牛逼!更加好用!不仅止于mysql的增删改查功能; 还包含了数据库异常分析能力;且便于开发者们进行个性化的工具扩展
MCP Server for MySQL based on NodeJS
benborlaA Model Context Protocol server that provides read-only access to MySQL databases. This server enables LLMs to inspect database schemas and execute read-only queries.
MySQL MCP Server
designcomputerA Model Context Protocol (MCP) server that enables secure interaction with MySQL databases
mcp-server-qdrant: A Qdrant MCP server
qdrantAn official Qdrant Model Context Protocol (MCP) server implementation
Comments