Skip to main content
Glama
rithvik-bk

voiceos-sports

by rithvik-bk

Sports for VoiceOS — live NFL & NBA companion

A voice-first sports companion that runs inside VoiceOS's notch as a local MCP integration. Ask what games are on, check live scores and box scores, follow your team, read standings, look up any player, and get headlines — NFL and NBA — in native cards you can tap through. No API key, no account, no login: it works the moment it's installed.

What it does

Seven voice tools, each returning a rendered native card:

Tool

Say

Card

sports_scores

"what games are on", "did the Lakers win"

Tappable scoreboard → tap a game for its box score

sports_game

"how did the Chiefs game go"

Score by quarter, leaders, betting line, live win probability

sports_schedule

"when do the Warriors play next"

Upcoming + recent slate

sports_team

"how are the 49ers doing"

Team hub — GAMES / STANDINGS / PLAYERS tabs

sports_standings

"NBA West standings"

Ranked table with logos, records, win pct

sports_player

"Patrick Mahomes stats"

Headshot + season stat line

sports_news

"what's happening in the NBA"

Tappable headlines

The scoreboard and team hub are in-card mini-apps: tap a game to open its detail without leaving VoiceOS, then tap back.

Related MCP server: ESPN MCP Server

How it works

  • Data: ESPN's public JSON endpoints (site.api.espn.com) — keyless, read-only public data. Structured so a paid provider (e.g. API-Sports) is a drop-in adapter behind the same normalisers for higher rate limits and deeper history.

  • Native cards: cards.ts composes the notch UI on the shared widgetKit.ts (vendored). Every tool result carries the rendered card under _voiceos_glance; the model always gets the underlying facts even if the card is dropped.

  • Logos: team logos are baked into logos.ts as small data: URIs (ESPN's CDN isn't in the host CSP allowlist), deduped per card into one registry and kept under the host's 96 KB glance cap.

  • Runtime: a single self-contained server.ts (Node/Bun native TypeScript, built-ins + fetch only). Runtime-agnostic networking with a curl fallback.

Install

# copy into the VoiceOS custom integrations directory
cp -R . "$HOME/Library/Application Support/VoiceOS/custom-mcps/sports"

Then register it in VoiceOS (or add a customMcpServers + installedIntegrations entry pointing cwd at the folder and running run.sh) and relaunch.

Layout

server.ts    MCP server + ESPN data layer + tool definitions
cards.ts     native notch cards (scoreboard, hub, box score, standings, player, news)
widgetKit.ts shared VoiceOS card kit (vendored)
logos.ts     baked NFL + NBA team-logo atlas (data URIs)
mark.ts      integration mark
run.sh       launcher (prefers node)

Built for the VoiceOS integration ecosystem.

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

Maintenance

0Releases (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.

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    Provides access to comprehensive sports data from 5 major leagues (NBA, NFL, MLB, EPL, NHL) including teams, players, games, statistics, standings, injuries, and betting odds through 67+ endpoints. Enables users to query sports information and analytics through natural language.
    12
    MIT
  • A
    license
    Not graded
    quality
    Not graded
    maintenance
    Provides comprehensive access to ESPN's sports APIs for live scores, team information, news, and statistics across NFL, NBA, MLB, NHL, college sports, and major soccer leagues with advanced filtering and real-time updates.
    19
  • A
    license
    A
    quality
    D
    maintenance
    Gives your MCP host (Claude Desktop, Cursor, Continue, Zed) access to live scores, match details, standings, top scorers, knockout brackets and player stats across football, basketball, cricket and tennis. Backed by the free public SportScore API — no key, no signup, CORS-open.
    8
    255
    10
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Enables access to live ESPN sports data for NFL, NHL, and NBA leagues, including standings, scores, schedules, team info, and playoffs through natural language queries.
    6
    19
    1
    MIT

View all related MCP servers

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/rithvik-bk/voiceos-sports'

If you have feedback or need assistance with the MCP directory API, please join our Discord server