airspeed-mcp
Click on "Deploy 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., "@airspeed-mcplist my recent calls"
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.
airspeed-mcp
Remote MCP server exposing Airspeed/Glyphic call data to Claude web (claude.ai).
Deploy to Railway (recommended)
Push this repo to GitHub (already done).
Go to railway.app → New Project → Deploy from GitHub repo → select
airspeed-mcp.In Variables, add:
GLYPHIC_API_KEY= your key from https://app.goairspeed.com/settings/apiMCP_AUTH_TOKEN= any secret string you choose (protects the endpoint)
Railway auto-assigns a public HTTPS URL, e.g.
https://airspeed-mcp-production.up.railway.app
Related MCP server: AskElephant MCP
Add to Claude web
Open claude.ai → Settings → Integrations → Add MCP server
URL:
https://<your-railway-url>/sseAuth header:
Authorization: Bearer <your MCP_AUTH_TOKEN>
Tools
Tool | What it does |
| Verify the API key works |
| List calls with filters (email, date, title, tags); paginated |
| Full call detail: participants, summary, insights, transcript |
| Formatted speaker-labeled transcript |
| Saved snippets with transcript and media URLs |
| All tags (use IDs to filter |
| Paginated playbook list |
| Full playbook content |
Local development
npm install
GLYPHIC_API_KEY=your_key node index.js
# SSE endpoint at http://localhost:3000/sseEndpoints
GET /health— liveness check (no auth)GET /sse— MCP SSE connectionPOST /messages?sessionId=<id>— MCP message relay
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server that lets AI assistants use all OneSchema features exposed via the public API.
An MCP server that provides an API to LLMs to manage their JumpCloud resources.
- mcpOAuthcom.airtable
Official Airtable MCP server — database and operations layer for agents.
Remote MCP server for supportsheep: run AI interviews and manage support content for your blog.
Related MCP Servers
- FlicenseNot gradedqualityFmaintenanceMCP server for Granola that exposes meeting notes, AI summaries, and transcripts to Claude.-
- FlicenseNot gradedqualityBmaintenanceHosted MCP server that lets staff search and retrieve AskElephant call transcripts from claude.ai, with tools for listing meetings, searching transcript excerpts, and fetching full transcripts.-
- FlicenseNot gradedqualityBmaintenanceMCP server that indexes local Claude Code transcripts and provides keyword, phrase, semantic, and date-range search, plus full context/session recall.-
- AlicenseAqualityCmaintenanceRead-only MCP server for Twilio call data, providing tools to search calls, fetch recordings and transcripts, list agents, and generate summaries while explicitly handling timezone and duration measurement discrepancies.6MIT