← logan.ink

INDIVIDUAL MCP TOOL

get_profile

Returns Logan Hanks's public profile: name, tagline, affiliation, and contact-safe fields (Bluesky, ORCID).

logan.inknone authenticationAvailability not checked

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 endpoint

logan.ink

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

.mcp.json

{
  "mcpServers": {
    "logan-ink": {
      "type": "http",
      "url": "https://logan.ink/mcp/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "logan-ink",
  "transport": "streamable-http",
  "url": "https://logan.ink/mcp/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_grants — Returns all publicly listed grant opportunities tracked on logan.ink, ordered by deadline ascending.
  • get_grant — Returns full details for a single grant by its slug (e.g.
  • list_publications — Returns Logan's publications with status 'published' only (placeholders and in-progress items are excluded).
  • list_timeline — Returns Logan's career and life timeline entries, ordered newest date first.
  • list_research — Returns Logan's research projects.