Skip to main content
ClaudeWave

The agentic hub for the peptide industry — A2A and MCP, on cleared rails.

MCP ServersOfficial Registry0 stars0 forksMITUpdated today
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Last scanned: 9/18/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/A2A-Peptides/A2A-Peptides
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "a2a-peptides": {
      "command": "node",
      "args": ["/path/to/A2A-Peptides/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/A2A-Peptides/A2A-Peptides and follow its README for install instructions.
Use cases

MCP Servers overview

# A2A Peptides — connect kit

Agent-to-Agent (A2A) + Model Context Protocol (MCP) hub for peptides. AI agents for authorized trading partners. Not marketing. Not advertising. Operated by GreenCore Solutions Corp.

A2A Peptides is a jurisdiction-and-pathway gate that only exposes items cleared to transact, with a catalogue behind it that only holds what passed. Research-use stock is a reject class the door names and refuses. Every field on every record carries its source page, its reader and its state; counts are produced from records at request time, never typed.

| | |
|---|---|
| Hub | https://a2a-peptides.ai/ · [setup](https://a2a-peptides.ai/setup) · [docs](https://a2a-peptides.ai/docs) · [llms.txt](https://a2a-peptides.ai/llms.txt) |
| MCP door of record | `https://mcp.a2a-peptides.ai/mcp` — streamable-HTTP, stateless, server name `a2a-peptides`, twenty tools at v1.0 |
| Agent Card | https://a2a-peptides.ai/.well-known/agent-card.json — signed ES256, kid `a2ap-2026-09` |
| Keyring | https://a2a-peptides.ai/.well-known/jwks.json |
| Registry | namespace `io.github.A2A-Peptides` (the registry grants the GitHub login case), server `a2a-peptides` — [server.json](server.json) |
| Family | peptides-registry.ai (registry) · peptides-x402.ai (payments door) · peptides-usa.ai (declared-virtual showcase tenant) |

## The gate

Three calls come before any price, availability, order or handoff: `resolve_jurisdiction` → `resolve_actor` → `gate_transaction`. The gate returns `allow`, `deny` or `require_rx` with a frozen reason code and the version of the rule set it read; both travel on every downstream receipt, including x402 settlement receipts.

Jurisdictions: US · CA · MX · EU (member as parameter) · GB. Actors: patient · prescriber · pharmacy or 503B · wholesaler · cosmetic brand · retailer · agent (must present a credential; none returns `DENY_UNLICENSED_AGENT`).

## The twenty tools

| Group | Tools |
|---|---|
| Gate (3) | resolve_jurisdiction · resolve_actor · gate_transaction |
| Regulatory truth (5) | get_substance_record · get_pathway_status · get_compounding_eligibility · get_label_and_indication · get_enforcement_watch |
| Cleared catalogue (3) | search_cleared_items · get_item · compare_presentations |
| Licensed supply (3) | find_licensed_supplier · get_availability · get_price |
| Quality (2) | get_lot_coa · verify_serialization |
| Commerce (2) | create_order_intent · a2a_handoff |
| Operations (2) | get_safety_label · log_audit |

## Connect

Any client that speaks streamable-HTTP MCP connects with the URL alone:

```json
{ "url": "https://mcp.a2a-peptides.ai/mcp", "transport": "streamable-http" }
```

Stock client paths, no adapter — see [examples/](examples/):

- [`examples/generic_mcp_client.py`](examples/generic_mcp_client.py) — the reference MCP Python client
- [`examples/aws_strands.py`](examples/aws_strands.py) — Strands Agents `MCPClient`
- [`examples/azure_semantic_kernel.py`](examples/azure_semantic_kernel.py) — Semantic Kernel `MCPStreamableHttpPlugin`
- [`examples/google_genai.py`](examples/google_genai.py) — google-genai with an MCP `ClientSession` as a tool

The Agent Card sample in this kit is the card as served on the day of the cut: [`agent-card.sample.json`](agent-card.sample.json). Always read the live card; it is signed and the signature verifies against the live keyring.

## Credentials and settlement

Reads need no authentication. An agent that transacts presents a credential issued to a licensed party. Registry-truth tools are metered by x402; `create_order_intent` settles by x402 (USDC on Base); receipts are signed and carry `reason_code` and `rule_set_version`.

## Contact

Registry contact for every listing this hub files: `mcp@a2a-peptides.ai`. Human door: the form at https://a2a-peptides.ai/#contact.

MIT licence — see [LICENSE](LICENSE).

What people ask about A2A-Peptides

What is A2A-Peptides/A2A-Peptides?

+

A2A-Peptides/A2A-Peptides is mcp servers for the Claude AI ecosystem. The agentic hub for the peptide industry — A2A and MCP, on cleared rails. It has 0 GitHub stars and its last recorded update is dated 2026-09-18.

How do I install A2A-Peptides?

+

You can install A2A-Peptides by cloning the repository (https://github.com/A2A-Peptides/A2A-Peptides) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is A2A-Peptides/A2A-Peptides safe to use?

+

Our security agent has analyzed A2A-Peptides/A2A-Peptides and assigned a Trust Score of 87/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains A2A-Peptides/A2A-Peptides?

+

A2A-Peptides/A2A-Peptides is maintained by A2A-Peptides. The last recorded GitHub activity is dated 2026-09-18, with 0 open issues.

Are there alternatives to A2A-Peptides?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy A2A-Peptides to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: A2A-Peptides/A2A-Peptides
[![Featured on ClaudeWave](https://claudewave.com/api/badge/a2a-peptides-a2a-peptides)](https://claudewave.com/repo/a2a-peptides-a2a-peptides)
<a href="https://claudewave.com/repo/a2a-peptides-a2a-peptides"><img src="https://claudewave.com/api/badge/a2a-peptides-a2a-peptides" alt="Featured on ClaudeWave: A2A-Peptides/A2A-Peptides" width="320" height="64" /></a>

More MCP Servers

A2A-Peptides alternatives