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: Claude Code History MCP Server

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

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

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