1EdTech Specs MCP Server

AI-powered Model Context Protocol server for 1EdTech specification documentation with Claude Desktop

Example video here

Watch how to integrate Atomic Canvas with Claude Desktop and explore Canvas API documentation using natural language queries.

Search 1EdTech Specifications

Enter your query to search for 1EdTech specs including LTI 1.3, Names and Roles, Deep Linking, Assignment Grade Services, and Platform Notification services:

Search Results

About This Service

This Model Context Protocol (MCP) server provides AI-powered access to 1EdTech specification documentation. It runs scheduled tasks to index the latest specs from 1EdTech and provides semantic search capabilities for developers working with educational technology standards.

Core Features

Model Context Protocol (MCP)

This service can be integrated with Claude Desktop or other compatible MCP consumers:

Install into Claude Desktop

  1. Install Claude Desktop
  2. Go to Settings > Developer > Edit Config
  3. Update with this configuration below
  4. Restart Claude Desktop
{
  "mcpServers": {
    "EdTechSpecs": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://ed-spec-mcp.atomicjolt.win/mcp"
      ]
    }
  }
}
      

🛠️ Available Tools

search_ED_SPEC_API_DOCS

Perform semantic search across 1EdTech specification documentation using vector embeddings to find the most relevant information for your query.

🚀 Getting Started

  1. Install Claude Desktop - Download from claude.ai/download
  2. Configure MCP Server - Add the configuration above to your Claude Desktop settings
  3. Restart Claude Desktop - The MCP server will automatically connect
  4. Start Exploring - Ask Claude questions about 1EdTech specifications
Try asking Claude:
  • "What is LTI 1.3 Core specification?"
  • "How does Deep Linking work in LTI?"
  • "Explain Names and Roles provisioning service"
  • "What are Assignment Grade Services?"
  • "How do Platform Notification services work?"