← relin.app
INDIVIDUAL MCP TOOL
list_open_issues
Authenticated tool for listing open anomaly and delivery issues.
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
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.revoke_api_key— Authenticated tool to revoke API key.list_sources— Authenticated tool to list sources.create_source— Authenticated tool to create source.