← a2a-peptides.ai

INDIVIDUAL MCP TOOL

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.

a2a-peptides.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.a2a-peptides.ai/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_compounding_eligibility 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

a2a-peptides.ai

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_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.
  • search_cleared_items — Presentations that passed the gate for a jurisdiction, pathway and actor class (a query by substance, brand or holder; optional banner filter on the shelf of record).