Oracle — Skyline Certified Roofing & Insurance Records
Free, human-certified records on Oklahoma property insurance, roofing, and insurance industry.
Should I use this
Quality & Safety
Based on automated analysis of tool definitions and protocol compliance.
Context Cost
This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.
Install
One-Click Install
Add this to your `claude_desktop_config.json` file:
{
"mcpServers": {
"oracle-api": {
"url": "https://oracle-api.skyline-roofing.workers.dev/mcp"
}
}
}Remote endpoints
https://oracle-api.skyline-roofing.workers.dev/mcpstreamable-httpWhat it can do
Tool inventory
Tools (4)
🟢search_records(state, subject, topic, carrier, status, ...)
Search Skyline's certified (human-reviewed) records on Oklahoma property insurance, roofing regulation, and insurance-industry news (carrier ratings, agency M&A). Free — no API key required. All params optional and combinable.
Input Schema
{
"type": "object",
"properties": {
"state": {
"type": "string"
},
"subject": {
"type": "string"
},
"topic": {
"type": "string"
},
"carrier": {
"type": "string"
},
"status": {
"type": "string"
},
"tag": {
"type": "string"
},
"q": {
"type": "string",
"description": "Free-text search over claim summary/detail"
},
"limit": {
"type": "integer"
},
"offset": {
"type": "integer"
}
}
}🟢get_record(record_id)
Get a single certified record by its record_id.
Input Schema
{
"type": "object",
"properties": {
"record_id": {
"type": "string"
}
},
"required": [
"record_id"
]
}🟢get_record_history(record_id)
Get the full revision lineage for a record — every certified record it supersedes or was superseded by, oldest first.
Input Schema
{
"type": "object",
"properties": {
"record_id": {
"type": "string"
}
},
"required": [
"record_id"
]
}🟢list_changes_since(since, state, subject, topic)
Poll for what's changed since a given date/time instead of re-pulling the whole dataset: newly certified records, superseded (old->new) pairs, and reconfirmed records. Underlying sources are re-checked weekly (Sundays, 00:00 UTC).
Input Schema
{
"type": "object",
"properties": {
"since": {
"type": "string",
"description": "ISO 8601 date or datetime"
},
"state": {
"type": "string"
},
"subject": {
"type": "string"
},
"topic": {
"type": "string"
}
},
"required": [
"since"
]
}Community
Evidence