INDIVIDUAL MCP TOOL
get_internal_links
Given a block of text, extract the entities mentioned and return 2-3 related Mercado Azul articles about them.
LIVE ENDPOINT
https://mercadoazul.pt/api/mcp/public
Connect to this endpoint to inspect the live schema for get_internal_links and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
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.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.get_player_context— Like get_player_detail, but also returns a summary of the last 5 Mercado Azul articles published about the player.get_coaching_staff— Return the coaching staff for an FC Porto squad (head coach, assistants, goalkeeper coach, fitness staff) with roles and nationalities.get_league_classification— Current league table with position, played, wins, draws, losses, goals for/against, goal difference and points for every club.get_next_match— Return the upcoming FC Porto fixture(s) — opponent, competition, kick-off date/time and venue — from the official calendar.fetch_recent_headlines— Return the 100 most recently published Mercado Azul articles (title, category, slug, publication date).