Data Collection
chinng-lab-srv.dev
Provides token-light tools to list, search, monitor changes, and query government documents and AI-agent readiness across a portal.
ENDPOINT 1
https://portal.chinng-lab-srv.dev/mcp
MCP server metadata
- Name
- dev.chinng-lab-srv/portal
- Version
- 1.29.0
News + CVE + government-document portal for AI agents. Three content families, filter by category prefix: news articles (category="news"), CVE/vulnerability advisories (category="security"), and government documents (category="government"). Use portal_list to page item metadata (summaries, omission reasons, English search signals, entities), select what you need, then call portal_get for the bodies of only those items. List first, get only when needed. Use portal_search for BM25 full-text search over titles, summaries, sentence-free English search signals and (where the license allows) bodies; Japanese is morphologically segmented so it matches words a substring search would miss, and results carry score, rank and a snippet. For recurring monitoring, use portal_changes with its cursor; it returns only existing articles republished after a content_hash change, not initial creation or enrichment. A third family, the Agent-Readiness directory, rates other websites on how well they expose AI-agent surfaces (llms.txt, api-catalog, MCP server card, ...): browse it with portal_list_agent_surfaces and drill into one domain with portal_get_agent_surface.
Known tools 8
portal_list_governmentList official government documents without their Markdown bodies.
Inferred read-onlyportal_changesReturn only articles whose existing content_hash changed and were republished.
Inferred read-onlyportal_list_agent_surfacesList scanned websites by their AI-agent readiness (the Agent-Readiness directory).
Inferred read-onlyportal_get_agent_surfaceFetch one website's full Agent-Readiness assessment by domain.
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.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.
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.