← Registry

General Tools

mercadoazul.pt

Provides general-purpose tools through the Model Context Protocol.

1 endpoint8 known toolsFirst detected September 24, 2026Last detected September 24, 2026

ENDPOINT 1

https://mercadoazul.pt/api/mcp/public

No auth detected

MCP server metadata

Name
mercado-azul-public
Version
1.0.0
Capabilities
tools
Server instructions

Mercado Azul is a Portuguese-language FC Porto platform (mercadoazul.pt). Use these tools to answer questions about the FC Porto squad, individual players, the coaching staff, league standings, upcoming fixtures and recent club news. All data is editorially maintained; player market values and stats come from the Mercado Azul database. Content is in European Portuguese (PT-PT). When citing, link to the article or player page URL returned by the tool.

Known tools 8

get_squad_list

Return the current FC Porto squad, grouped by position, with appearances, goals, contract expiry, market value and injury/availability status for each player.

Inferred read-only
get_player_detail

Full profile for a single FC Porto player or coach: position, age, nationality, shirt number, season stats, contract, market value and profile URL on mercadoazul.pt.

Inferred read-only
get_player_context

Like get_player_detail, but also returns a summary of the last 5 Mercado Azul articles published about the player.

Inferred read-only
get_coaching_staff

Return the coaching staff for an FC Porto squad (head coach, assistants, goalkeeper coach, fitness staff) with roles and nationalities.

Inferred read-only
get_league_classification

Current league table with position, played, wins, draws, losses, goals for/against, goal difference and points for every club.

Inferred read-only
get_next_match

Return the upcoming FC Porto fixture(s) — opponent, competition, kick-off date/time and venue — from the official calendar.

Inferred read-only
fetch_recent_headlines

Return the 100 most recently published Mercado Azul articles (title, category, slug, publication date).

Inferred read-only
get_internal_links

Given a block of text, extract the entities mentioned and return 2-3 related Mercado Azul articles about them.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.mercado-azul-public]
url = "https://mercadoazul.pt/api/mcp/public"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mercado-azul-public": {
      "type": "http",
      "url": "https://mercadoazul.pt/api/mcp/public"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mercado-azul-public
Remote MCP URL: https://mercadoazul.pt/api/mcp/public

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "mercado-azul-public": {
      "url": "https://mercadoazul.pt/api/mcp/public"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mercado-azul-public": {
      "type": "http",
      "url": "https://mercadoazul.pt/api/mcp/public"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mercado-azul-public",
  "transport": "streamable-http",
  "url": "https://mercadoazul.pt/api/mcp/public"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.