INDIVIDUAL MCP TOOL
create_order_intent
Create an order intent for a cleared item after the gate; the intent carries reason_code + rule_set_version and settles by x402 on peptides-x402.
LIVE ENDPOINT
https://mcp.a2a-peptides.ai/mcp
Connect to this endpoint to inspect the live schema for create_order_intent and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
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.a2a-peptides]
url = "https://mcp.a2a-peptides.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"a2a-peptides": {
"type": "http",
"url": "https://mcp.a2a-peptides.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: a2a-peptides
Remote MCP URL: https://mcp.a2a-peptides.ai/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": {
"a2a-peptides": {
"url": "https://mcp.a2a-peptides.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"a2a-peptides": {
"type": "http",
"url": "https://mcp.a2a-peptides.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "a2a-peptides",
"transport": "streamable-http",
"url": "https://mcp.a2a-peptides.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
resolve_jurisdiction— Resolve a ship-to (e.resolve_actor— Resolve the actor class and channel.gate_transaction— The gate: allow, deny or require_rx for a substance (name, INN or unii:), a pathway (licensed_medicine · lawful_compounding · cosmetic · food_or_supplement · ruo_not_cleared), an actor class, a channel and a ship-to.get_substance_record— One molecule: identifiers (INN, UNII, CAS, sequence hash), sourced aliases, class, one pathway row per jurisdiction × pathway, enforcement events, safety references.get_pathway_status— The status of a substance on one pathway in one jurisdiction (frozen vocabulary), with effective date, rule-set version and source page.get_compounding_eligibility— Whether a substance may be lawfully compounded in a jurisdiction and under which list or standard (503A/503B, provincial, magistral, Specials), from the register.get_label_and_indication— Label and indication pointers for a licensed presentation only (US package NDC, CA DIN, EU EMA number).get_enforcement_watch— Dated, URL'd enforcement events for a substance or jurisdiction: warning letters, import alerts, shortage-list changes, committee votes, proposed and final rules, seizures, state notices.