# Pyzack Mcp Server

> Connect SYD to your AI assistant via the Model Context Protocol. This server allows users to query food-supply-chain batches, traceability data, and Digital Twins from SYD via natural language.

- **Type:** MCP server
- **Install:** `agentstack add mcp-pyzack-mcp-server`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [pyzack](https://agentstack.voostack.com/s/pyzack)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [pyzack](https://github.com/pyzack)
- **Source:** https://github.com/pyzack/mcp-server

## Install

```sh
agentstack add mcp-pyzack-mcp-server
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# SYD MCP Server

Connect SYD to your AI assistant via the Model Context Protocol.

## Features

- Query batch status, traceability, and compliance through natural language
- Works with Claude Desktop, Cursor, Continue, and any MCP-compatible client
- Read-only, governed, audit-logged in production
- Public sandbox for evaluation -- no SYD account required

## Try it in 5 minutes (sandbox)

Add to your AI client's MCP config and restart:

```json
{
  "mcpServers": {
    "syd-demo": {
      "command": "npx",
      "args": ["-y", "@celerya/mcp-server@latest"],
      "env": {
        "SYD_API_KEY": "sk_test_demo",
        "SYD_API_URL": "https://demo-api.syd.io/v1/mcp"
      }
    }
  }
}
```

Then ask: *"Use SYD to get the status of batch SYD-DEMO-001."*

Demo batches available: `SYD-DEMO-001` through `SYD-DEMO-006`.

## Config file paths per client

- **Claude Desktop -- Mac**: `~/Library/Application Support/Claude/claude_desktop_config.json`
- **Claude Desktop -- Windows**: `%APPDATA%\Claude\claude_desktop_config.json`
- **Cursor**: `.cursor/mcp.json` in project root, or global settings
- **Continue**: `.continue/config.json`
- **Cline / Zed / Windsurf**: see their respective docs

## Production use

Replace `sk_test_demo` with the personal key issued by SYD, and `SYD_API_URL` with `https://api.syd.io/v1/mcp`. Contact your SYD account team to request a key.

## Available tools

### get_batch_status

Returns the SYD Digital Twin (status, traceability, compliance) for a batch ID.

- **Input**: `batch_id` (string)
- **Output**: SYD.Batch.v1 JSON object

## Configuration

| Variable | Required | Description |
|---|---|---|
| SYD_API_KEY | yes | Your SYD API key |
| SYD_API_URL | no | API endpoint (defaults to https://api.syd.io/v1/mcp) |

## License

MIT

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [pyzack](https://github.com/pyzack)
- **Source:** [pyzack/mcp-server](https://github.com/pyzack/mcp-server)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-pyzack-mcp-server
- Seller: https://agentstack.voostack.com/s/pyzack
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
