← Registry

API Tools

warrantee.io

Provides access to Warrantee's public company information, services, and inquiry routing.

1 endpoint17 known toolsFirst detected July 26, 2026Last detected July 26, 2026

ENDPOINT 1

https://warrantee.io/api/mcp

No auth detected

MCP server metadata

Name
warrantee-mcp
Version
1.0.0
Capabilities
toolsresourcesprompts
Server instructions

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_overview

Read Warrantee public company overview without private account data.

Inferred read-only
list_services

List Warrantee public services and product capabilities.

Inferred read-only
match_project_scope

Classify whether a user request fits Warrantee enterprise, seller, support, partnership, or API / CLI / MCP inquiry paths, and route non-fit requests away.

Inferred read-only
prepare_project_inquiry

Prepare a Warrantee inquiry draft only.

Inferred read-only
list_service_areas

Read Warrantee public service-area and delivery model data.

Inferred read-only
read_public_resource

Read 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-only
list_warranties

List warranties visible to the authenticated Warrantee integration token.

Inferred read-only
get_warranty

Fetch one warranty by ID using the authenticated Warrantee integration token.

Inferred read-only
create_warranty

Create a warranty for the authenticated Warrantee user.

Potential side effects
update_warranty

Update a warranty visible to the authenticated Warrantee integration token.

Potential side effects
delete_warranty

Soft-delete a warranty.

Potential side effects
verify_warranty

Publicly verify a warranty by reference, serial number, or ID without private account data.

Inferred read-only
list_claims

List warranty claims visible to the authenticated Warrantee integration token.

Inferred read-only
get_claim

Fetch one warranty claim by ID when the related warranty is visible to the authenticated integration token.

Inferred read-only
list_documents

List warranty document metadata visible to the authenticated integration token.

Inferred read-only
get_asset_intelligence

Return authenticated portfolio-level warranty, claim, supplier, expiry, data-quality, and next-action signals.

Inferred read-only
get_document

Fetch one warranty document metadata record when the related warranty is visible to the authenticated integration token.

Inferred read-only

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.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.

Trust status Neutral

warrantee.io 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.