← relin.app

INDIVIDUAL MCP TOOL

revoke_api_key

Authenticated tool to revoke API key.

relin.appnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name, description or schema mentions credentials.

Parent endpoint

relin.app

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • describe_relin — Explain what Relin does and how agents should use it for webhook intake, delivery, replay, and anomaly review.
  • list_supported_webhook_shapes — List the vendor webhook shapes Relin understands for event identity, ordering, and gap checks.
  • get_setup_guide — Return concise setup guidance for connecting a webhook source and destination.
  • list_api_keys — Authenticated tool to list API keys.
  • create_api_key — Authenticated tool to create API key.
  • list_sources — Authenticated tool to list sources.
  • create_source — Authenticated tool to create source.
  • rotate_source_token — Authenticated tool for rotating an ingest token and returning the replacement URL once.