Overview
Features
MCP-compatible API server for Harper
Implements MCP methods and exposes data as resources via a single /mcp endpoint using JSON-RPC 2.0.
Predefined capabilities endpoint
Serves a static /capabilities.json with predefined capabilities for MCP clients.
Read-only data access
Provides read-only access to HarperDB tables and custom resources.
Query parameter filtering
Supports filtering Harper table data using query parameters (attribute=value) with an equals comparator.
Pagination support
Handles pagination via limit and start for table data retrieval.
Standardized error handling
Returns JSON-RPC 2.0 error responses with standard error codes (-32601, -32602, -32603).
Who Is This For?
- MCP clients:Access HarperDB data as Resources via JSON-RPC using the Harper MCP server.




