API Overview

The TraceMem Agent MCP (Model Context Protocol) server provides a JSON-RPC 2.0 over HTTP API for agent interactions.

Overview

All agent interactions with TraceMem happen through the Agent MCP server using JSON-RPC 2.0 over HTTP.

Authentication

[Content to be filled - API key authentication, headers, etc.]

Base URL

[Content to be filled]

Protocol

[Content to be filled - JSON-RPC 2.0 details]

Request Format

[Content to be filled]

Response Format

[Content to be filled]

Available Methods

  • initialize - Initialize the MCP session
  • tools/call - Call a tool (decision methods)

Decision Tools

  • decision_create - Create a decision envelope
  • decision_read - Read data through a data product
  • decision_write - Write data through a data product
  • decision_evaluate - Evaluate a policy
  • decision_request_approval - Request human approval
  • decision_get - Get decision status
  • decision_close - Commit or rollback a decision

TraceMem is trace-native infrastructure for AI agents