← umairjavid.com

INDIVIDUAL MCP TOOL

get_expertise

Get the topics and technologies Umair works on and knows about.

umairjavid.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://umairjavid.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_expertise 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

umairjavid.com

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

.mcp.json

{
  "mcpServers": {
    "umairjavid-profile": {
      "type": "http",
      "url": "https://umairjavid.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "umairjavid-profile",
  "transport": "streamable-http",
  "url": "https://umairjavid.com/mcp"
}
MCP Inspector

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

Related tools

  • get_profile — Get Umair Javid's name, title, location, and short + long bio.
  • get_writing — Get Umair's recent writing: titles + links to his latest Substack posts.
  • get_links — Get Umair's public profile links (Substack, LinkedIn, GitHub).
  • get_availability — Get Umair's current advisory availability.
  • contact — Get how to contact Umair (LinkedIn + email).
  • get_system_stats — Live activity stats from Umair's autonomous multi-agent system: agent runs, commits, and last run over the past 30 days.