kronos-forgemesh-mcp
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@kronos-forgemesh-mcpCan you pull the current risk and signal data?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 |
| Risk state, streaks, and cooldown context | $0.02 |
| Whale, exchange, bridge, and stablecoin flows | $0.02 |
| Current multi-symbol signal context | $0.05 |
| Up to 168 hours of signal history | $0.05 |
| Calibrated 80% range and upside probability | $0.05 |
| Conditions check before journaling | $0.05 |
| Outcome audit for a prior | $0.07 |
| Auditable market-intelligence journal | $0.15 |
Related MCP server: cipher-x402-mcp
Install
npx -y @forgemeshlabs/kronos-forgemesh-mcpThe 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
Maintenance
Related MCP Servers
- AlicenseAqualityBmaintenanceKronos crypto signals + trade decisions + 819 automation prompts. x402 micropayments, USDC/Base.8113051MIT
- AlicenseAqualityCmaintenanceMCP server providing Solana/crypto/macro tools (wallet scan, password breach, Jito tip, GitHub health, FRED series, Drift exposure, premium chapters) with x402 payment gating (USDC on Base) for 7 of 8 tools.15MIT
- AlicenseNot gradedqualityBmaintenanceMCP server providing x402-paid tools for tokenized stock data on EVM chains, including premium/discount, liquidity, whale activity, and a guarded trading wrapper for Robinhood Chain.1MIT
- AlicenseNot gradedqualityCmaintenanceMCP server providing 50+ crypto, market intelligence, and AI inference endpoints with x402 pay-per-request micropayments on Base.1Apache 2.0
Related MCP Connectors
32 paid x402 endpoints for crypto, Zora & on-chain analysis. 10 MCP tools. USDC on Base.
Crypto MCP with 21 tools for market data, DeFi, analytics, and sentiment. Post-paid USDC billing.
Agent-commerce MCP server for x402/USDC payments and affiliate splits on Base.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/forgemeshlabs/kronos-forgemesh-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server