← Registry

Databases

rekor.pro

Manages database records and schemas with CRUD operations and SQL queries.

1 endpoint16 known toolsFirst detected July 12, 2026Last detected July 12, 2026

ENDPOINT 1

https://mcp.rekor.pro/mcp

No auth detected

Known tools 16

manage_base

Manage bases.

Inferred read-only
manage_record_type

Manage record_type schemas.

Inferred read-only
manage_record

Create, read, update, patch, delete, or cancel individual records.

Potential side effects
query_records

List and search records in a record_type.

Inferred read-only
sql_query

Execute a read-only SQL query against database data.

Potential side effects
manage_relationship

Create, read, update, or delete relationships between records.

Potential side effects
manage_relationship_type

Manage relationship types.

Inferred read-only
query_relationships

Query relationships for a specific record.

Inferred read-only
manage_attachment

Manage file attachments on records.

Inferred read-only
manage_file_type

Manage file types (Buckets) — the config for a set of files: storage policy + optional metadata schema.

Inferred read-only
manage_file

Manage files (path-addressed, versioned content) within a file type.

Inferred read-only
manage_inbound_webhook

Manage inbound webhook endpoints.

Inferred read-only
manage_trigger

Manage triggers.

Inferred read-only
batch_operations

Execute multiple record, relationship, and record_type operations atomically.

Potential side effects
provider_adapter

Convert between LLM provider tool formats (openai, anthropic, google, mcp) and Record record_types.

Inferred read-only
get_change_history

Retrieve 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 effects

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.

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.

Trust status Neutral

rekor.pro is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.