INDIVIDUAL MCP TOOL
resolve_merchant
Get full merchant profile by AB ID — products, trust breakdown, credentials, HATEOAS _actions.
LIVE ENDPOINT
https://actionsbricks.com/api/mcp
Connect to this endpoint to inspect the live schema for resolve_merchant and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.actionsbricks-mcp]
url = "https://actionsbricks.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"actionsbricks-mcp": {
"type": "http",
"url": "https://actionsbricks.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: actionsbricks-mcp
Remote MCP URL: https://actionsbricks.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"actionsbricks-mcp": {
"url": "https://actionsbricks.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"actionsbricks-mcp": {
"type": "http",
"url": "https://actionsbricks.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "actionsbricks-mcp",
"transport": "streamable-http",
"url": "https://actionsbricks.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_merchants— Search local merchants by query, location or tags.get_merchant_inventory— Get the Decision Card bricks_inventory projection for one merchant — orderable products/services, pricing, status, and lead/order rails.quote_order_readiness— Quote whether ActionsBricks order rails are available for a merchant or brick.contact_merchant— Create a lead/contact request.get_trust_score— Niveau de capacité du marchand (Référencé→Élite) + preuves vérifiables.verify_merchant_credentials— Fetch the Ed25519-signed Verification Manifest for a merchant.verify_single_credential— Fetch detailed signed evidence for one specific credential (e.g.check_availability— Check opening hours, delivery/pickup options for a merchant.