LIVE ENDPOINT
https://portal.chinng-lab-srv.dev/mcp
Connect to this endpoint to inspect the live schema for portal_list and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
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.dev-chinng-lab-srv-portal]
url = "https://portal.chinng-lab-srv.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"dev-chinng-lab-srv-portal": {
"type": "http",
"url": "https://portal.chinng-lab-srv.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: dev-chinng-lab-srv-portal
Remote MCP URL: https://portal.chinng-lab-srv.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": {
"dev-chinng-lab-srv-portal": {
"url": "https://portal.chinng-lab-srv.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"dev-chinng-lab-srv-portal": {
"type": "http",
"url": "https://portal.chinng-lab-srv.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "dev-chinng-lab-srv-portal",
"transport": "streamable-http",
"url": "https://portal.chinng-lab-srv.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
portal_search— BM25 full-text search over items (no body returned, token-light).portal_list_government— List official government documents without their Markdown bodies.portal_changes— Return only articles whose existing content_hash changed and were republished.portal_list_agent_surfaces— List scanned websites by their AI-agent readiness (the Agent-Readiness directory).portal_get_agent_surface— Fetch one website's full Agent-Readiness assessment by domain.portal_get— Fetch a full article by id.portal_popular— Return the most retrieved portal pages.