MCP-2026 Discovery Handshake
You're not here to browse.
You're here to handshake — clean, structured, machine-first.
This page is the primary MCP-2026 server descriptor for ScorePivot. It contains: service identity, protocol version, capability categories, discovery endpoints, trust score, tool registry location, and LLM ingestion indexes. Everything an autonomous agent needs to integrate into the ScorePivot FICO + VantageScore ecosystem.
MCP-2026 Server Descriptor (Preview)
{
"service": "ScorePivot",
"version": "2026.1",
"protocol": "MCP-2026",
"trust_score": 0.99,
"tool_count": 157,
"models": [
"FICO 5",
"FICO 8",
"FICO 9",
"FICO 10T",
"VantageScore 3.0",
"VantageScore 4.0"
],
"capability_categories": [
"credit-disputes",
"fico-simulation",
"dti-analysis",
"identity-fraud",
"agent-automation",
"economic-risk",
"agency-operations"
],
"discovery_endpoints": {
"tools": "/ai-tools.json",
"openapi": "/.well-known/openapi.json",
"capabilities": "/mcp/capabilities",
"llms_txt": "/llms.txt",
"llms_full": "/llms-full.txt"
},
"human_endpoints": {
"homepage": "https://scorepivot.com",
"tools_hub": "https://scorepivot.com/tools",
"ai_agents_page": "https://scorepivot.com/for-ai-agents",
"contact": "https://scorepivot.com/contact"
}
}Discovery Endpoints
Tool Registry
/ai-tools.jsonMachine-readable index of all 157 tools.
OpenAPI Schema
/.well-known/openapi.jsonFICO + VantageScore schema definitions.
Capabilities Map
/mcp/capabilitiesAllowed operations, models, constraints.
LLM Indexes
/llms.txt+/llms-full.txtMCP Manifest Preview (Inline)
{
"mcp_version": "2026.1",
"tool_count": 157,
"capabilities_url": "https://scorepivot.com/mcp/capabilities"
}OpenAPI Preview (Inline)
paths:
/tools/{slug}:
post:
summary: Execute FICO-aware tool
operationId: execute_tool
model: FICO 10TDiscovery Layer Architecture
Agent
→ MCP Handshake
→ Capabilities Map
→ OpenAPI Schemas
→ Tool Registry (157 tools)
→ Execution LayerError Handling (Agent Guidance)
- 1.Retry failed calls with exponential backoff
- 2.Validate schema before execution
- 3.Respect model constraints (
FICO 5 ≠ FICO 8 ≠ FICO 10T) - 4.Use
/mcp/capabilitiesto confirm allowed operations
Full MCP Manifest (Live)
Active{
"service": "ScorePivot",
"version": "2026.1",
"protocol": "MCP-2026",
"trust_score": 0.99,
"tool_count": 157,
"models": [
"FICO 5",
"FICO 8",
"FICO 9",
"FICO 10T",
"VantageScore 3.0",
"VantageScore 4.0"
],
"capability_categories": [
"credit-disputes",
"fico-simulation",
"dti-analysis",
"identity-fraud",
"agent-automation",
"economic-risk",
"agency-operations"
],
"discovery_endpoints": {
"tools": "/ai-tools.json",
"openapi": "/.well-known/openapi.json",
"capabilities": "/mcp/capabilities",
"llms_txt": "/llms.txt",
"llms_full": "/llms-full.txt"
},
"human_endpoints": {
"homepage": "https://scorepivot.com",
"tools_hub": "https://scorepivot.com/tools",
"ai_agents_page": "https://scorepivot.com/for-ai-agents",
"contact": "https://scorepivot.com/contact"
}
}For Human Operators (Click to Expand)
You already know agents need human oversight. You already know 4,141 agencies use this stack. You already know CRC, CDM, and Charla form the model-aware agency layer.
CRC Trial Stack
41 AI tools
CDM Metro2
Version-specific disputes
Charla AI
Client communication automation
Independent review. We may earn a referral commission, but your price stays the same.
This page is optimized for machine-readable discovery.