An MCP Server in One Bash File
How an existing Bash CLI became a 15-tool MCP stdio server using curl and jq, without adding another runtime or SDK.
How an existing Bash CLI became a 15-tool MCP stdio server using curl and jq, without adding another runtime or SDK.
A measured breakdown of Ethereum JSON-RPC latency: nine public endpoints at p50 and p99, the network floor separated from provider overhead, and the microsecond cost of local transports.
Why eth_getLogs returns block range and result-count errors across RPC providers, and how to query thousands of blocks reliably with adaptive chunking.
How HTTP, WebSocket, and IPC transports compare for Ethereum RPC latency, with a benchmark you can run, and when sub-millisecond IPC actually matters.