RSL DECLARATIONS · SIGNED EVIDENCE · HTTP X402
Connect AcqPath to an MCP client
Remote Streamable HTTP at api.getacqpath.com/mcp. No seller API key is required for public capabilities and quote preparation.
Cursor / generic mcpServers configuration
Use a client that supports remote Streamable HTTP. Keep quote results containing claim_token in a private application path, not a shared conversation.
{
"mcpServers": {
"acqpath": {
"url": "https://api.getacqpath.com/mcp"
}
}
}VS Code mcp.json
Add the remote server to a workspace MCP configuration after reviewing its tool permissions.
{
"servers": {
"acqpath": {
"type": "http",
"url": "https://api.getacqpath.com/mcp"
}
}
}Claude Code
This registers the public endpoint. It does not authorize a wallet or implement paid HTTP redemption.
claude mcp add --transport http acqpath https://api.getacqpath.com/mcpTools and payment boundary
acqpath_capabilities: read current capability metadata. acqpath_rights_quote: prepare a report quote; may fetch metadata and consume quota; returns a sensitive claim.
The runtime also lists a disabled legacy provider-routing tool. Exclude acqpath_quote from the integration allowlist. The distribution metadata cannot change the core tools/list response.
Initialize and list tools to test the connection. Only call quote when the selected supported resource actually needs evidence.