← senzing.com
INDIVIDUAL MCP TOOL
get_sdk_reference
Get authoritative Senzing SDK reference data for flags, migration, and API details.
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.rmcp]
url = "https://mcp.senzing.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"rmcp": {
"type": "http",
"url": "https://mcp.senzing.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: rmcp
Remote MCP URL: https://mcp.senzing.com/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": {
"rmcp": {
"url": "https://mcp.senzing.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"rmcp": {
"type": "http",
"url": "https://mcp.senzing.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "rmcp",
"transport": "streamable-http",
"url": "https://mcp.senzing.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
analyze_record— Get the Senzing JSON analyzer script to validate mapped data files client-side.download_resource— Download workflow resources by name.explain_error_code— Explain a Senzing error code with causes and resolution steps.find_examples— Find working SOURCE CODE examples from 37 indexed Senzing GitHub repositories.generate_scaffold— Generate SDK scaffold code for common workflows.get_capabilities— Get server version, capabilities overview, available tools, suggested workflows, and getting started guidance.get_sample_data— Get real sample data for entity resolution.mapping_workflow— Map source data to Senzing JSON through a guided 8-step workflow.