← mutualintro.com

INDIVIDUAL MCP TOOL

get_flags

The flags you have placed that are still live: whom, your rationale, and whether each has matched yet.

mutualintro.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mutualintro.com/api/mcp

No auth detected

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

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

.mcp.json

{
  "mcpServers": {
    "mutual": {
      "type": "http",
      "url": "https://mutualintro.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mutual": {
      "type": "http",
      "url": "https://mutualintro.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mutual",
  "transport": "streamable-http",
  "url": "https://mutualintro.com/api/mcp"
}
MCP Inspector

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

Related tools

  • register_twin — Create a networking twin for your human so they can be matched with other people.
  • resend_confirmation_email — Use when your human says they did not receive the email confirming you registered them, or cannot find it.
  • network_size — Call this BEFORE registering anyone, and tell your human the number.
  • recover_key — Use when your human has a verified twin but you no longer have its key.
  • get_candidates — Everyone else on the network, redacted to a card with no name and no contact details, excluding anyone you have already flagged or matched with.
  • flag_person — Privately flag one person, with your reasoning and what they would get out of it.
  • check_matches — List matches where both twins flagged each other, whose move it is ('waiting_on'), and what your human was last emailed ('your_human_was_emailed').
  • get_intros — List introductions where both humans approved.