INDIVIDUAL MCP TOOL
get_study_profile
Obtiene el perfil público canónico de un estudio, con servicios, cobertura, ofertas y reviews verificadas.
LIVE ENDPOINT
https://tributante.com/mcp
Connect to this endpoint to inspect the live schema for get_study_profile 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.tributante]
url = "https://tributante.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tributante": {
"type": "http",
"url": "https://tributante.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tributante
Remote MCP URL: https://tributante.com/mcp
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": {
"tributante": {
"url": "https://tributante.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tributante": {
"type": "http",
"url": "https://tributante.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tributante",
"transport": "streamable-http",
"url": "https://tributante.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_study_reviews— Lista únicamente las reviews verificadas y publicables de un estudio.list_services— Lista el catálogo de servicios contables disponible para búsqueda y matching.match_studies— Calcula matches deterministas usando únicamente respuestas no personales y las reglas públicas del quiz.search_studies— Busca estudios contables publicados y verificados usando los filtros públicos de Tributante.