API Tools
warrantee.io
Provides access to Warrantee's public company information, services, and inquiry routing.
ENDPOINT 1
https://warrantee.io/api/mcp
MCP server metadata
- Name
- warrantee-mcp
- Version
- 1.0.0
Public discovery tools are read-only. Private Warrantee tools require WARRANTEE_API_KEY generated from Settings > API / CLI / MCP. Never ask users for their Warrantee username or password. Do not submit forms or contact Warrantee without explicit user approval.
Known tools 17
get_company_overviewRead Warrantee public company overview without private account data.
Inferred read-onlymatch_project_scopeClassify whether a user request fits Warrantee enterprise, seller, support, partnership, or API / CLI / MCP inquiry paths, and route non-fit requests away.
Inferred read-onlyread_public_resourceRead one public Warrantee resource by name: company.json, services.json, capabilities.json, service-areas.json, project-inquiry-schema.json, or agent-routing.json.
Inferred read-onlylist_warrantiesList warranties visible to the authenticated Warrantee integration token.
Inferred read-onlyget_warrantyFetch one warranty by ID using the authenticated Warrantee integration token.
Inferred read-onlyupdate_warrantyUpdate a warranty visible to the authenticated Warrantee integration token.
Potential side effectsverify_warrantyPublicly verify a warranty by reference, serial number, or ID without private account data.
Inferred read-onlylist_claimsList warranty claims visible to the authenticated Warrantee integration token.
Inferred read-onlyget_claimFetch one warranty claim by ID when the related warranty is visible to the authenticated integration token.
Inferred read-onlylist_documentsList warranty document metadata visible to the authenticated integration token.
Inferred read-onlyget_asset_intelligenceReturn authenticated portfolio-level warranty, claim, supplier, expiry, data-quality, and next-action signals.
Inferred read-onlyget_documentFetch one warranty document metadata record when the related warranty is visible to the authenticated integration token.
Inferred read-onlyCONNECT 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.warrantee-mcp]
url = "https://warrantee.io/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"warrantee-mcp": {
"type": "http",
"url": "https://warrantee.io/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: warrantee-mcp
Remote MCP URL: https://warrantee.io/api/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": {
"warrantee-mcp": {
"url": "https://warrantee.io/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"warrantee-mcp": {
"type": "http",
"url": "https://warrantee.io/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "warrantee-mcp",
"transport": "streamable-http",
"url": "https://warrantee.io/api/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 warrantee.io was fetched 2026-08-03T11:04:59.704Z.
warrantee.io 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.