2,500+ MCP servers ready to use
Vinkius

SportDB MCP Server for Vercel AI SDK 18 tools — connect in under 2 minutes

Built by Vinkius GDPR 18 Tools SDK

The Vercel AI SDK is the TypeScript toolkit for building AI-powered applications. Connect SportDB through Vinkius and every tool is available as a typed function. ready for React Server Components, API routes, or any Node.js backend.

Vinkius supports streamable HTTP and SSE.

typescript
import { createMCPClient } from "@ai-sdk/mcp";
import { generateText } from "ai";
import { openai } from "@ai-sdk/openai";

async function main() {
  const mcpClient = await createMCPClient({
    transport: {
      type: "http",
      // Your Vinkius token. get it at cloud.vinkius.com
      url: "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp",
    },
  });

  try {
    const tools = await mcpClient.tools();
    const { text } = await generateText({
      model: openai("gpt-4o"),
      tools,
      prompt: "Using SportDB, list all available capabilities.",
    });
    console.log(text);
  } finally {
    await mcpClient.close();
  }
}

main();
SportDB
Fully ManagedVinkius Servers
60%Token savings
High SecurityEnterprise-grade
IAMAccess control
EU AI ActCompliant
DLPData protection
V8 IsolateSandboxed
Ed25519Audit chain
<40msKill switch
Stream every event to Splunk, Datadog, or your own webhook in real-time

* Every MCP server runs on Vinkius-managed infrastructure inside AWS - a purpose-built runtime with per-request V8 isolates, Ed25519 signed audit chains, and sub-40ms cold starts optimized for native MCP execution. See our infrastructure

About SportDB MCP Server

Turn your AI agent into a dedicated sports analyst with SportDB. Query real-time match data, historical league tables, and deep player intelligence across multiple sports — all through natural conversation.

The Vercel AI SDK gives every SportDB tool full TypeScript type inference, IDE autocomplete, and compile-time error checking. Connect 18 tools through Vinkius and stream results progressively to React, Svelte, or Vue components. works on Edge Functions, Cloudflare Workers, and any Node.js runtime.

What you can do

  • Live Match Tracking — Retrieve real-time scores for football, basketball, hockey, and tennis as they happen
  • League Standings — Fetch full league tables with points, wins, draws, losses, and goal difference for any season
  • Fixture Schedules — Browse completed and upcoming matches for specific leagues and seasons
  • Match Deep Dive — Inspect individual matches with lineups, formations, substitutions, and in-game statistics
  • Club Intelligence — Search for clubs, view profiles with stadium information, and retrieve current squad rosters
  • Player Analytics — Search players, view career profiles, seasonal statistics, and complete transfer histories

The SportDB MCP Server exposes 18 tools through the Vinkius. Connect it to Vercel AI SDK in under two minutes — no API keys to rotate, no infrastructure to provision, no vendor lock-in. Your configuration, your data, your control.

How to Connect SportDB to Vercel AI SDK via MCP

Follow these steps to integrate the SportDB MCP Server with Vercel AI SDK.

01

Install dependencies

Run npm install @ai-sdk/mcp ai @ai-sdk/openai

02

Replace the token

Replace [YOUR_TOKEN_HERE] with your Vinkius token

03

Run the script

Save to agent.ts and run with npx tsx agent.ts

04

Explore tools

The SDK discovers 18 tools from SportDB and passes them to the LLM

Why Use Vercel AI SDK with the SportDB MCP Server

Vercel AI SDK provides unique advantages when paired with SportDB through the Model Context Protocol.

01

TypeScript-first: every MCP tool gets full type inference, IDE autocomplete, and compile-time error checking out of the box

02

Framework-agnostic core works with Next.js, Nuxt, SvelteKit, or any Node.js runtime. same SportDB integration everywhere

03

Built-in streaming UI primitives let you display SportDB tool results progressively in React, Svelte, or Vue components

04

Edge-compatible: the AI SDK runs on Vercel Edge Functions, Cloudflare Workers, and other edge runtimes for minimal latency

SportDB + Vercel AI SDK Use Cases

Practical scenarios where Vercel AI SDK combined with the SportDB MCP Server delivers measurable value.

01

AI-powered web apps: build dashboards that query SportDB in real-time and stream results to the UI with zero loading states

02

API backends: create serverless endpoints that orchestrate SportDB tools and return structured JSON responses to any frontend

03

Chatbots with tool use: embed SportDB capabilities into conversational interfaces with streaming responses and tool call visibility

04

Internal tools: build admin panels where team members interact with SportDB through natural language queries

SportDB MCP Tools for Vercel AI SDK (18)

These 18 tools become available when you connect SportDB to Vercel AI SDK via MCP:

01

get_club_players

Requires the numeric club ID. List all players currently registered to a specific club

02

get_club_profile

Requires the numeric club ID obtained from search results. Get the full profile of a club by its ID

03

get_competition_seasons

g., "premier-league"), returns all available seasons. Use this to find the season identifier needed for standings and fixtures queries. List available seasons for a specific competition

04

get_country_competitions

g., "england", "spain", "germany"), returns all competitions available in that country. The response includes competition slugs needed to drill deeper into seasons and standings. List competitions (leagues/cups) available in a specific country for a sport

05

get_fixtures

Includes dates, teams, scores for completed matches, and upcoming schedule. Requires sport, country_slug, competition_slug, and season. Get scheduled and completed match fixtures for a season

06

get_live_basketball

Use this when the user asks about ongoing basketball games or live NBA/EuroLeague results. Get live basketball match scores happening right now

07

get_live_football

Use this when the user asks about ongoing football games, current scores, or live results. Get live football (soccer) match scores happening right now

08

get_live_hockey

Use this when the user asks about ongoing hockey games or live NHL/KHL results. Get live ice hockey match scores happening right now

09

get_match

Use the match_id obtained from fixtures or live results. Get detailed information for a specific match by its ID

10

get_match_lineups

Returns player names and positions for each side. Get starting lineups and substitutions for a specific match

11

get_match_stats

Requires a valid match_id. Get in-match statistics for a specific match

12

get_player_profile

Requires the numeric player ID obtained from search results. Get the full profile of a player by their ID

13

get_player_stats

Requires the numeric player ID. Get career and seasonal statistics for a specific player

14

get_player_transfers

Requires the numeric player ID. Get the complete transfer history of a specific player

15

get_standings

Requires sport, country_slug, competition_slug, and season (e.g., "2024-2025"). This is the primary tool for answering "who is top of the league" questions. Get league table standings for a specific season of a competition

16

list_countries

The sport parameter should be a slug like "football", "basketball", "hockey", or "tennis". Use this as the starting point to navigate the competition hierarchy. List all countries available for a given sport

17

search_clubs

Returns a list of matching clubs with their IDs and basic metadata. Use this to find a club ID before requesting its profile or player roster. Search for clubs/teams by name keyword

18

search_players

Returns matching players with their IDs and basic profile data. Use this to find a player ID before requesting their detailed profile, statistics, or transfer history. Search for players by name keyword

Example Prompts for SportDB in Vercel AI SDK

Ready-to-use prompts you can give your Vercel AI SDK agent to start working with SportDB immediately.

01

"Show me the live football scores right now."

02

"Search for Erling Haaland and show me his transfer history."

03

"Get the La Liga standings for the 2024-2025 season."

Troubleshooting SportDB MCP Server with Vercel AI SDK

Common issues when connecting SportDB to Vercel AI SDK through the Vinkius, and how to resolve them.

01

createMCPClient is not a function

Install: npm install @ai-sdk/mcp

SportDB + Vercel AI SDK FAQ

Common questions about integrating SportDB MCP Server with Vercel AI SDK.

01

How does the Vercel AI SDK connect to MCP servers?

Import createMCPClient from @ai-sdk/mcp and pass the server URL. The SDK discovers all tools and provides typed TypeScript interfaces for each one.
02

Can I use MCP tools in Edge Functions?

Yes. The AI SDK is fully edge-compatible. MCP connections work on Vercel Edge Functions, Cloudflare Workers, and similar runtimes.
03

Does it support streaming tool results?

Yes. The SDK provides streaming primitives like useChat and streamText that handle tool calls and display results progressively in the UI.

Connect SportDB to Vercel AI SDK

Get your token, paste the configuration, and start using 18 tools in under 2 minutes. No API key management needed.