134 paid APIs as MCP tools, billed per call in USDC on Base. No account, no login.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y halowerk-mcp
MCP client config
{
"mcpServers": {
"halowerk-mcp": {
"command": "npx",
"args": [
"-y",
"halowerk-mcp"
]
}
}
}