sync-spec-agent

sync-spec-agent

AI-powered MCP assistant for telecom synchronization standards (ITU-T & 3GPP). Ask questions about PTP, SyncE, GNSS, timing budgets in plain English and get answers with exact standard references.

Category
Visit Server

README

sync-spec-agent

πŸ” AI-powered MCP assistant for telecom synchronization standards (ITU-T & 3GPP)

Ask questions about PTP, SyncE, GNSS, timing budgets in plain English β€” get answers with exact standard references.

What it does

You ask:  "What is the time error requirement for 5G TDD base stations?"
Agent:    "Per ITU-T G.8271, the maximum absolute time error at the air 
           interface is Β±1.5 ΞΌs for wide-area phase synchronization.
           Reference: G.8271 Table 1, Category A."

Quick Start

# 1. Clone and install
git clone https://github.com/abinashkumar/sync-spec-agent.git
cd sync-spec-agent
python3 -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt

# 2. Set API key
export GOOGLE_API_KEY='your-gemini-key'

# 3. Index the knowledge base
python ingest.py

# 4. Start MCP server
python server.py

Supported Standards

ITU-T Synchronization

  • G.8271 β€” Time/phase sync requirements
  • G.8272 / G.8272.1 β€” PRTC / ePRTC
  • G.8275.1 β€” PTP Full Timing Support (L2 profile)
  • G.8275.2 β€” PTP Partial Timing Support (L3 profile)
  • G.8262 / G.8262.1 β€” SyncE EEC / eEEC
  • G.8264 β€” ESMC (SyncE messaging)
  • G.8273.2 β€” T-BC / T-TSC clock requirements

3GPP

  • TS 38.104 β€” NR base station timing requirements
  • TS 38.401 β€” NG-RAN architecture (sync aspects)

IEEE

  • IEEE 1588-2019 β€” Precision Time Protocol v2.1

Architecture

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚             sync-spec-agent                      β”‚
β”‚                                                  β”‚
β”‚  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”   β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”   β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”‚
β”‚  β”‚Knowledge │──►│ Chunking  │──►│  ChromaDB  β”‚ β”‚
β”‚  β”‚  Base    β”‚   β”‚ + Embed   β”‚   β”‚ (vectors)  β”‚ β”‚
β”‚  β”‚(docs/)   β”‚   β”‚           β”‚   β”‚            β”‚ β”‚
β”‚  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜   β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜   β””β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”˜ β”‚
β”‚                                        β”‚        β”‚
β”‚  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”                   β”Œβ”€β”€β”€β”€β”€β”€β–Όβ”€β”€β”€β”€β”€β”€β” β”‚
β”‚  β”‚   MCP    │◄──────────────────│ RAG Engine  β”‚ β”‚
β”‚  β”‚  Server  β”‚   answer + refs   β”‚ (query +    β”‚ β”‚
β”‚  β”‚          β”‚                   β”‚  generate)  β”‚ β”‚
β”‚  β””β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”˜                   β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β”‚
β”‚       β”‚                                          β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
        β”‚ MCP Protocol
        β–Ό
  Any MCP Client (Claude, Kiro, etc.)

Tech Stack

  • Python 3.11+
  • ChromaDB (vector store)
  • Google Gemini (embeddings + generation)
  • MCP SDK (Model Context Protocol server)

Project Structure

sync-spec-agent/
β”œβ”€β”€ docs/                  # Knowledge base documents
β”‚   β”œβ”€β”€ itu-t/            # ITU-T standards summaries
β”‚   β”œβ”€β”€ 3gpp/            # 3GPP spec extracts
β”‚   └── guides/          # Vendor white papers & guides
β”œβ”€β”€ src/
β”‚   β”œβ”€β”€ ingest.py        # Document ingestion pipeline
β”‚   β”œβ”€β”€ rag.py           # RAG query engine
β”‚   └── server.py        # MCP server
β”œβ”€β”€ tests/               # Test queries and validation
β”œβ”€β”€ requirements.txt
β”œβ”€β”€ README.md
└── .env.example

Author

Abinash Kumar β€” Telecom Systems Engineer | 14 years in 5G RAN, synchronization testing, and test automation

License

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured