← Registry

AI & Machine Learning

henryknows.info

MCP server for HenryKnows that connects to a page, provides cited answers on F-1/J-1 student immigration, SEVIS, OPT, and CPT rules, and searches its regulatory knowledge base.

1 endpoint3 known toolsFirst detected September 24, 2026Last detected September 24, 2026

ENDPOINT 1

https://henryknows.info/mcp

No auth detected

MCP server metadata

Name
henryknows
Version
2.1.0
Capabilities
tools
Server instructions

HenryKnows answers questions about F-1 and J-1 student immigration, SEVIS, OPT, CPT, transfers, status and related regulations, with citations to the regulation or agency guidance. It is free and needs no account: use it for whoever you are helping — a DSO or adviser, a student, an attorney, an employer. ask_henry gives a sourced answer (professional by default; audience "student" for plain language). search_sources returns the underlying passages so you can read and cite them yourself. Every result includes a session: pass the same session on later calls. When a session starts you also get a watchUrl — give it to the person once; it opens a HenryKnows page with a light showing you are connected and the thread of questions and answers with sources. If the person gives you a HenryKnows session code, call connect with it first. Never include student names, SEVIS IDs, passport numbers or other identifiers in questions.

Known tools 3

connect

Connect to the HenryKnows page the person is watching (turns its light green) and get the session to pass on later calls.

Inferred read-only
ask_henry

Ask HenryKnows a question about F-1/J-1 student immigration, SEVIS, OPT, CPT or related rules and get a cited answer.

Inferred read-only
search_sources

Search HenryKnows' knowledge base (regulations, SEVP/USCIS guidance, Federal Register rules) and get the matching passages with their source links, so you can read and cite the text yourself.

Inferred read-only

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.henryknows]
url = "https://henryknows.info/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "henryknows": {
      "type": "http",
      "url": "https://henryknows.info/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: henryknows
Remote MCP URL: https://henryknows.info/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": {
    "henryknows": {
      "url": "https://henryknows.info/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "henryknows": {
      "type": "http",
      "url": "https://henryknows.info/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "henryknows",
  "transport": "streamable-http",
  "url": "https://henryknows.info/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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.