MCP Server
Post AI exposes a remote MCP server at https://postdb.dev/api/mcp using Streamable HTTP transport (spec 2025-03-26).
Connect
Section titled “Connect”{ "mcpServers": { "post-ai": { "url": "https://postdb.dev/api/mcp", "headers": { "Authorization": "Bearer YOUR_API_KEY" } } }}Available tools (5)
Section titled “Available tools (5)”| Tool | Description |
|---|---|
execute_query | Run a parameterized SQL query |
execute_transaction | Run multi-statement ACID transaction |
run_migration | Apply a schema migration |
get_audit_trail | Retrieve the audit log |
health_check | Check Hyperdrive + D1 connectivity |
See Tools Reference for full schemas.