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.rekor-pro]
url = "https://mcp.rekor.pro/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"rekor-pro": {
"type": "http",
"url": "https://mcp.rekor.pro/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: rekor-pro
Remote MCP URL: https://mcp.rekor.pro/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": {
"rekor-pro": {
"url": "https://mcp.rekor.pro/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"rekor-pro": {
"type": "http",
"url": "https://mcp.rekor.pro/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "rekor-pro",
"transport": "streamable-http",
"url": "https://mcp.rekor.pro/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
manage_base— Manage bases.manage_record_type— Manage record_type schemas.manage_record— Create, read, update, patch, delete, or cancel individual records.query_records— List and search records in a record_type.sql_query— Execute a read-only SQL query against database data.manage_relationship— Create, read, update, or delete relationships between records.manage_relationship_type— Manage relationship types.query_relationships— Query relationships for a specific record.