Make Bitcoin queryable like a database.
Bitcoin's RPC is fine for nodes and miserable for applications. Anyone shipping a wallet, explorer or DeFi product against BRC-20, Runes or Ordinals ends up writing the same indexer twice: once badly, once again with the lessons. Satstream is that indexer, written once, operated as infrastructure, exposed as a clean REST API and as an MCP server for AI agents.