Skip to main content
Glama
pyzack

SYD MCP Server

by pyzack

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.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

Available Tools

1 tool
get_batch_statusA

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

ParametersJSON Schema
NameRequiredDescriptionDefault
batch_idYesThe SYD batch ID, e.g. SYD-DEMO-001

TDQS

A3.8/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description must carry the full burden of explaining behavior. It communicates a read-only intent via 'Returns' and describes the content of the response, but it does not disclose error behavior, permissions, or any side effects. The minLength and example in the schema cover parameter validation, but beyond that the behavioral picture is sparse. Still, for a simple getter, this is adequate.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, well-structured sentence that is efficiently front-loaded with the verb and resource, and the parenthetical enumerates what is returned without any filler. Every word contributes to understanding the tool's purpose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with one required parameter and no output schema, the description adequately indicates what will be returned (status, traceability, compliance), which is the key contextual information an agent needs. It doesn't specify the return structure, but the parenthetical gives a reasonable expectation. The simplicity of the tool makes this sufficient.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema already fully describes the sole parameter 'batch_id' with a clear example and type. The description adds no new semantic information beyond referencing the batch ID again. Since schema coverage is 100%, a baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's function with a specific verb ('Returns') and a specific resource ('SYD Digital Twin') scoped to a batch ID, and enumerates the key deliverable aspects (status, traceability, compliance). Even without sibling tools, the purpose is unambiguous and distinct.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The usage context is implicit: the tool should be used when you have a batch ID and need its digital twin information. However, there is no explicit guidance about when not to use it, prerequisites, or alternatives. Since there are no sibling tools, some inference is required, but the description gives no direct directives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 1 tool updatev0.1.0
    • First observedget_batch_status

TDQS

A3.9/5.0
Disambiguation5/5

With only one tool, there is no possibility of confusion. The tool's purpose is clearly defined via its name and description.

Naming Consistency5/5

The tool name follows a conventional verb_noun pattern (get_batch_status). As the only tool, naming consistency is trivially maintained.

Tool Count3/5

At one tool, the server feels underdeveloped for a general-purpose MCP server. However, if the intended scope is limited to batch status retrieval, the count may be justified, though it remains borderline.

Completeness3/5

The tool aggregates status, traceability, and compliance into a single response, covering the immediate needs for batch information. Yet, the absence of related operations like listing batches or updating status creates notable gaps for a broader workflow.

Maintenance

ActivityInactive
ResponsivenessSyncing

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    Enables AI assistants to interact with Cyoda platform entities and workflows through the Model Context Protocol, supporting entity management, workflow execution, and data synchronization.
    13
    1
    Apache 2.0
  • F
    license
    Not graded
    quality
    C
    maintenance
    Enables users to access, search, and analyze Spark Desktop meeting transcripts and emails through natural language via the Model Context Protocol.
    11
    -
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables natural-language querying of structured data via Model Context Protocol, allowing AI agents to answer questions without SQL or API knowledge.
    -

Latest Blog Posts

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