General Tools
mercadoazul.pt
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://mercadoazul.pt/api/mcp/public
MCP server metadata
- Name
- mercado-azul-public
- Version
- 1.0.0
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_listReturn the current FC Porto squad, grouped by position, with appearances, goals, contract expiry, market value and injury/availability status for each player.
Inferred read-onlyget_player_detailFull 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-onlyget_player_contextLike get_player_detail, but also returns a summary of the last 5 Mercado Azul articles published about the player.
Inferred read-onlyget_coaching_staffReturn the coaching staff for an FC Porto squad (head coach, assistants, goalkeeper coach, fitness staff) with roles and nationalities.
Inferred read-onlyget_league_classificationCurrent league table with position, played, wins, draws, losses, goals for/against, goal difference and points for every club.
Inferred read-onlyget_next_matchReturn the upcoming FC Porto fixture(s) — opponent, competition, kick-off date/time and venue — from the official calendar.
Inferred read-onlyfetch_recent_headlinesReturn the 100 most recently published Mercado Azul articles (title, category, slug, publication date).
Inferred read-onlyget_internal_linksGiven a block of text, extract the entities mentioned and return 2-3 related Mercado Azul articles about them.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.