Databases
rekor.pro
Manages database records and schemas with CRUD operations and SQL queries.
ENDPOINT 1
https://mcp.rekor.pro/mcp
Known tools 16
manage_recordCreate, read, update, patch, delete, or cancel individual records.
Potential side effectsmanage_relationshipCreate, read, update, or delete relationships between records.
Potential side effectsmanage_file_typeManage file types (Buckets) — the config for a set of files: storage policy + optional metadata schema.
Inferred read-onlybatch_operationsExecute multiple record, relationship, and record_type operations atomically.
Potential side effectsprovider_adapterConvert between LLM provider tool formats (openai, anthropic, google, mcp) and Record record_types.
Inferred read-onlyget_change_historyRetrieve the change history (audit log) for a record, relationship, record_type, or relationship type — every version as a full snapshot, plus who changed it (actor), the operation (create/update/delete/cancel/archive), and when.
Potential side effectsCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for rekor.pro was fetched 2026-07-27T10:12:43.644Z and is being refreshed.
rekor.pro is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.