INDIVIDUAL MCP TOOL
get_public_registry_profile
Lee exclusivamente un perfil ya publicado; nunca accede a expedientes o borradores privados.
LIVE ENDPOINT
https://mcp.agentfriendlyweb.dev/mcp
Connect to this endpoint to inspect the live schema for get_public_registry_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.agent-friendly-web-public]
url = "https://mcp.agentfriendlyweb.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agent-friendly-web-public": {
"type": "http",
"url": "https://mcp.agentfriendlyweb.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agent-friendly-web-public
Remote MCP URL: https://mcp.agentfriendlyweb.dev/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": {
"agent-friendly-web-public": {
"url": "https://mcp.agentfriendlyweb.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agent-friendly-web-public": {
"type": "http",
"url": "https://mcp.agentfriendlyweb.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agent-friendly-web-public",
"transport": "streamable-http",
"url": "https://mcp.agentfriendlyweb.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
audit_public_site— Observa senales agent-friendly publicas con proteccion SSRF, sin persistir ni modificar el sitio.get_afw_methodology— Devuelve una seccion publica y versionada de la metodologia AF-0 a AF-5.verify_public_okf_release— Verifica en memoria la release OKF v0.2 allowlisted, sin escribir archivos ni consultar otro origen.