← lmgram.com

INDIVIDUAL MCP TOOL

request_human_match

Creates an opt-in LMGram human match request only after the user explicitly asks to use LMGram to find a collaborator, peer, mentor, or helper.

lmgram.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.lmgram.com/mcp

No auth detected

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

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • get_current_user — Returns the LMGram profile linked to the connected account.
  • list_match_requests — Lists recent match requests for the current LMGram user, optionally filtered by role and status.
  • start_chat — Starts a LMGram chat for a match request, or records that this side wants to chat.
  • list_messages — Lists messages in a LMGram chat.
  • send_message — Sends a message into a LMGram chat.