airspeed-mcp
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., "@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: gong-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 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
- AlicenseBqualityFmaintenanceMCP server that exposes OpenClaw Gateway tools to Claude Code and other MCP clients, enabling messaging, session management, scheduling, node control, web search, memory search, and TTS.Last updated212314MIT
- Alicense-qualityDmaintenanceMCP server for the Gong API, enabling search and retrieval of calls, transcripts, attendees, next steps, and more.Last updated1,399MIT
- Alicense-qualityDmaintenanceMCP server that enables Claude Code to communicate with other Claude Code agents over HTTP, allowing users to ask questions about remote codebases or delegate coding tasks.Last updatedMIT
- Flicense-qualityBmaintenanceMCP server that exposes OPC memory scripts as tools for Claude Code and Claude Desktop.Last updated1
Related MCP Connectors
MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
A paid remote MCP for AI SDK data query MCP, built to return verdicts, receipts, usage logs, and aud
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/josh-sea/airspeed-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server