2,500+ MCP servers ready to use
Vinkius

API-Futebol (Brazilian Football) MCP Server for Vercel AI SDK 12 tools — connect in under 2 minutes

Built by Vinkius GDPR 12 Tools SDK

The Vercel AI SDK is the TypeScript toolkit for building AI-powered applications. Connect API-Futebol (Brazilian Football) 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 API-Futebol (Brazilian Football), list all available capabilities.",
    });
    console.log(text);
  } finally {
    await mcpClient.close();
  }
}

main();
API-Futebol (Brazilian Football)
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 API-Futebol (Brazilian Football) MCP Server

Equip your AI agent with the most comprehensive intelligence on Brazilian football via API-Futebol. This unified server provides unprecedented access to the heart of South American soccer, allowing your agent to instantly retrieve real-time live scores, detailed championship standings, official match lineups, and full tournament brackets. From the elite Brasileirão Série A to local State Championships, your agent acts as a dedicated Brazilian football scout and analyst, providing precise metadata and tactical insights through natural conversation.

The Vercel AI SDK gives every API-Futebol (Brazilian Football) tool full TypeScript type inference, IDE autocomplete, and compile-time error checking. Connect 12 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

  • Championship Auditing — List and query standings for Brasileirão (Série A, B, C, D), Copa do Brasil, and all major State Leagues
  • Real-time Match Ticker — Retrieve live scores, goal notifications, and match status for all games currently occurring in Brazil
  • Historical & Future Fixtures — Fetch complete match histories and upcoming schedules for any professional Brazilian club
  • Statistical Deep-Dives — Audit top scorer leaderboards, team-specific performance, and tournament phases with precision

The API-Futebol (Brazilian Football) MCP Server exposes 12 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 API-Futebol (Brazilian Football) to Vercel AI SDK via MCP

Follow these steps to integrate the API-Futebol (Brazilian Football) 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 12 tools from API-Futebol (Brazilian Football) and passes them to the LLM

Why Use Vercel AI SDK with the API-Futebol (Brazilian Football) MCP Server

Vercel AI SDK provides unique advantages when paired with API-Futebol (Brazilian Football) 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 API-Futebol (Brazilian Football) integration everywhere

03

Built-in streaming UI primitives let you display API-Futebol (Brazilian Football) 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

API-Futebol (Brazilian Football) + Vercel AI SDK Use Cases

Practical scenarios where Vercel AI SDK combined with the API-Futebol (Brazilian Football) MCP Server delivers measurable value.

01

AI-powered web apps: build dashboards that query API-Futebol (Brazilian Football) in real-time and stream results to the UI with zero loading states

02

API backends: create serverless endpoints that orchestrate API-Futebol (Brazilian Football) tools and return structured JSON responses to any frontend

03

Chatbots with tool use: embed API-Futebol (Brazilian Football) capabilities into conversational interfaces with streaming responses and tool call visibility

04

Internal tools: build admin panels where team members interact with API-Futebol (Brazilian Football) through natural language queries

API-Futebol (Brazilian Football) MCP Tools for Vercel AI SDK (12)

These 12 tools become available when you connect API-Futebol (Brazilian Football) to Vercel AI SDK via MCP:

01

get_api_status

Check the API status and quota usage

02

get_championship_standings

Get the points table for a specific championship

03

get_cup_brackets

Get the phases and brackets for a cup competition

04

get_live_matches

Get real-time scores for matches currently in-play

05

get_match_details

Get full details for a specific match ID

06

get_round_details

Get details and results for a specific championship round

07

get_team_matches

Get the match history and schedule for a specific team

08

list_championship_matches

List all matches for a specific championship

09

list_championship_rounds

List all rounds for a specific championship

10

list_championships

List all available football championships in Brazil

11

list_top_scorers

Get the leading goal scorers for a championship

12

search_teams

Search for Brazilian football clubs by name

Example Prompts for API-Futebol (Brazilian Football) in Vercel AI SDK

Ready-to-use prompts you can give your Vercel AI SDK agent to start working with API-Futebol (Brazilian Football) immediately.

01

"Show me the current standings for the Brasileirão Série A."

02

"Which Brazilian football matches are happening live right now?"

03

"Get the top scorers list for the latest Copa do Brasil."

Troubleshooting API-Futebol (Brazilian Football) MCP Server with Vercel AI SDK

Common issues when connecting API-Futebol (Brazilian Football) to Vercel AI SDK through the Vinkius, and how to resolve them.

01

createMCPClient is not a function

Install: npm install @ai-sdk/mcp

API-Futebol (Brazilian Football) + Vercel AI SDK FAQ

Common questions about integrating API-Futebol (Brazilian Football) 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 API-Futebol (Brazilian Football) to Vercel AI SDK

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