SYD MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@SYD MCP Serverget the status of batch SYD-DEMO-001"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Related MCP server: Cyoda Calculation Node MCP
Try it in 5 minutes (sandbox)
Add to your AI client's MCP config and restart:
{
"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.jsonClaude Desktop -- Windows:
%APPDATA%\Claude\claude_desktop_config.jsonCursor:
.cursor/mcp.jsonin project root, or global settingsContinue:
.continue/config.jsonCline / 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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceConnects 3D Slicer with AI assistants through the Model Context Protocol, enabling medical image processing and scene manipulation using natural language.Last updated338MIT

Cyoda Calculation Node MCPofficial
AlicenseBqualityDmaintenanceEnables AI assistants to interact with Cyoda platform entities and workflows through the Model Context Protocol, supporting entity management, workflow execution, and data synchronization.Last updated131Apache 2.0- Flicense-qualityCmaintenanceEnables users to access, search, and analyze Spark Desktop meeting transcripts and emails through natural language via the Model Context Protocol.Last updated11
- Flicense-qualityBmaintenanceEnables natural-language querying of structured data via Model Context Protocol, allowing AI agents to answer questions without SQL or API knowledge.Last updated
Related MCP Connectors
Connect AI agents to Replynodes over the Model Context Protocol.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pyzack/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server