← warrantee.io
INDIVIDUAL MCP TOOL
get_company_overview
Read Warrantee public company overview without private account data.
LIVE ENDPOINT
https://warrantee.io/api/mcp
Connect to this endpoint to inspect the live schema for get_company_overview and invoke it with your own arguments.
Indexed 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 server
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.
Related tools
list_services— List Warrantee public services and product capabilities.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.prepare_project_inquiry— Prepare a Warrantee inquiry draft only.list_service_areas— Read Warrantee public service-area and delivery model data.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.list_warranties— List warranties visible to the authenticated Warrantee integration token.get_warranty— Fetch one warranty by ID using the authenticated Warrantee integration token.create_warranty— Create a warranty for the authenticated Warrantee user.