Skip to main content
Glama
josh-sea

airspeed-mcp

by josh-sea

airspeed-mcp

Remote MCP server exposing Airspeed/Glyphic call data to Claude web (claude.ai).


  1. Push this repo to GitHub (already done).

  2. Go to railway.appNew Project → Deploy from GitHub repo → select airspeed-mcp.

  3. In Variables, add:

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

  1. Open claude.aiSettings → Integrations → Add MCP server

  2. URL: https://<your-railway-url>/sse

  3. Auth header: Authorization: Bearer <your MCP_AUTH_TOKEN>


Tools

Tool

What it does

ping

Verify the API key works

list_calls

List calls with filters (email, date, title, tags); paginated

get_call

Full call detail: participants, summary, insights, transcript

get_transcript

Formatted speaker-labeled transcript

get_call_snippets

Saved snippets with transcript and media URLs

list_call_tags

All tags (use IDs to filter list_calls)

list_playbooks

Paginated playbook list

get_playbook

Full playbook content

Local development

npm install
GLYPHIC_API_KEY=your_key node index.js
# SSE endpoint at http://localhost:3000/sse

Endpoints

  • GET /health — liveness check (no auth)

  • GET /sse — MCP SSE connection

  • POST /messages?sessionId=<id> — MCP message relay

Maintenance

ActivityInactive
ResponsivenessNo issues

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    B
    maintenance
    Hosted 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.
    -
  • F
    license
    Not graded
    quality
    B
    maintenance
    MCP server that indexes local Claude Code transcripts and provides keyword, phrase, semantic, and date-range search, plus full context/session recall.
    -
  • A
    license
    A
    quality
    C
    maintenance
    Read-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.
    6
    MIT