Oracle — Skyline Certified Roofing & Insurance Records

Free, human-certified records on Oklahoma property insurance, roofing, and insurance industry.

Should I use this

Quality & Safety

A
Description quality
100%
Schema completeness
79%
Naming quality
100%
Poisoning risk
100%
Permission match
100%
Protocol compliance
100%

Based on automated analysis of tool definitions and protocol compliance.

Context Cost

~362Tokens (tool definitions)
~527 BTypical response size
Minimal attention impact (0.28% of 128k context)

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

What it can do

Tool inventory

Tools (4)

🟢 Read-only🟡 Write🔴 Delete⚪ Unknown
🟢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

Rate this Server

Evidence

Recent observations

verifiedversion not recorded4 tools