kronos-forgemesh-mcp
MCP server for purchasing Kronos market intelligence via x402 USDC payments on Base, providing tools for risk, whale flows, signals, history, forecasts, and auditable decision journaling.
README
Kronos by ForgeMesh MCP
An MCP stdio server that lets agents purchase structured Kronos market
intelligence from https://kronos.forgemesh.io using x402 USDC payments on
Base. This is the agent client layer for the third Kronos product origin.
Tools
| Tool | Purpose | Price |
|---|---|---|
get_kronos_risk |
Risk state, streaks, and cooldown context | $0.02 |
get_kronos_whale_flows |
Whale, exchange, bridge, and stablecoin flows | $0.02 |
get_kronos_signals |
Current multi-symbol signal context | $0.05 |
get_kronos_history |
Up to 168 hours of signal history | $0.05 |
get_kronos_forecast |
Calibrated 80% range and upside probability | $0.05 |
check_kronos_preflight |
Conditions check before journaling | $0.05 |
audit_kronos_decision |
Outcome audit for a prior decision_id |
$0.07 |
create_kronos_decision |
Auditable market-intelligence journal | $0.15 |
Install
npx -y @forgemeshlabs/kronos-forgemesh-mcp
The private key stays local and is used only to sign x402 payment
authorizations. Use a dedicated low-balance Base wallet; never use a primary
wallet. The server allowlists https://kronos.forgemesh.io as its only
production API origin.
Claude Code / Desktop
{
"mcpServers": {
"kronos": {
"command": "npx",
"args": ["-y", "@forgemeshlabs/kronos-forgemesh-mcp"],
"env": {
"WALLET_PRIVATE_KEY": "0x<dedicated-low-balance-wallet-key>"
}
}
}
}
No payment occurs when the server starts or lists its tools. Payment happens only when an agent invokes one of the eight tools.
Unpaid challenge requests time out after 30 seconds; paid retries time out
after 60 seconds. Errors are returned as structured KRONOS_TOOL_ERROR
payloads so the calling agent can recover without reading server logs.
Market intelligence only. Outputs are not instructions to transact.
Source: https://github.com/forgemeshlabs/kronos-forgemesh-mcp
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.