Skip to content
All data sources

ParcelOps Skills API and MCP server

No authskills

Create and reuse property-research, due-diligence, acquisition, appraisal, and portfolio workflows.

ParcelOps Skills is published by ParcelOps Skills.

How often the publisher refreshes it is not declared, so treat the timing of any field as unknown.

Last verified . That is when these facts were last rebuilt from the ParcelOps source registry, not when ParcelOps Skills last refreshed the data itself.

API access

Your AI client reaches ParcelOps Skills through one ParcelOps MCP endpoint, so there is no separate key to hold for it and no per-source client to write. Reaching it takes no credentials of your own.

Where it came from

PublisherParcelOps Skills

Freshness and coverage

FreshnessFreshness not declared
Places coveredNot declared
Time coveredNot declared
CredentialsNo credentials required

What this source cannot tell you

  • Where it stops geographically, because the covered area is not declared. An empty answer will not tell you whether the place is out of range or the record is simply missing.
  • Which years it spans, because the covered period is not declared.
  • How current a field is, because the refresh schedule is not declared.
  • Anything ParcelOps Skills does not publish. ParcelOps returns this source as it stands and never fills a blank field from a different one.

Methods (3)

A method is one call your agent can make against this source.

  • listSkills

    read

    List active ParcelOps skills.

    Input schema
    {
      "type": "object",
      "properties": {},
      "required": [],
      "additionalProperties": false
    }
  • getSkill

    read

    Get a skill by slug.

    What you must provideslug
    Input schema
    {
      "type": "object",
      "properties": {
        "slug": {
          "type": "string"
        }
      },
      "required": [
        "slug"
      ],
      "additionalProperties": false
    }
  • getSkillInstructions

    read

    Return LLM-ready instructions for a skill.

    What you must provideslug
    Input schema
    {
      "type": "object",
      "properties": {
        "slug": {
          "type": "string"
        }
      },
      "required": [
        "slug"
      ],
      "additionalProperties": false
    }