US County Data SkillUS County Data Skill

OnlineCredit Usage:5 per callTool:USCountyDataSkill

The tool

Give your agent county-level facts. Call it as an MCP tool to pull income, demographics, health and cost-of-living for any US county.

Once your client is connected to the VerveKit MCP server, this appears in its tool list as USCountyDataSkill. It is read-only and open-world: it fetches, it never mutates anything on your side, so most clients will call it without asking you to confirm.

Tool call
{
  "name": "USCountyDataSkill",
  "arguments": {
    "state": "MO",
    "county": "Jackson"
  }
}

What that looks like in a conversation

You don't name the tool — the model picks it. Asking about MO in the terms this source covers is enough for it to reach for USCountyDataSkill on its own.

Connecting

One server URL covers every skill in the catalog, including this one. Authorization is OAuth — the client opens a browser once and there is no key to paste into a config file.

Client config
{
  "mcpServers": {
    "vervekit": {
      "url": "https://api.vervekit.com/v1/mcp"
    }
  }
}
Endpoint
https://api.vervekit.com/v1/mcp

Per-client setup — Claude Desktop, Cursor, VS Code, ChatGPT — is on the MCP setup page.

Arguments

These are the properties on the tool's inputSchema, so a well-behaved client validates them before the call is made.

ArgumentTypeExampleDescription
stateRequiredstringMOThe two letter name of the US state the county is in (e.g., MO)
countyRequiredstringJacksonThe name of the US county to get data about (e.g. Jackson)

What the model gets back

The result carries a structuredContent object matching the tool's declared outputSchema, so a client can read fields without parsing prose. status is "ok" on success and error is null; a null field means the value wasn't available for that input, not that the call failed.

Result
{
  "status": "ok",
  "error": null,
  "data": {
    "name": "jackson county",
    "state": "MO",
    "age": {
      "0-4": 0.0644100874666257,
      "5-9": 0.06532756955438819,
      "10-14": 0.06595060390235714,
      "15-19": 0.05967616438434107,
      "20-24": 0.059725950234064615,
      "25-29": 0.08192474939936928,
      "30-34": 0.07523353119652466,
      "35-39": 0.06868029092005673,
      "40-44": 0.05831060964906666,
      "45-49": 0.058805623240603636,
      "50-54": 0.05858087569042305,
      "55-59": 0.0674783182624454,
      "60-64": 0.06208437705811146,
      "65-69": 0.05099777955110233,
      "70-74": 0.03891546504962227,
      "75-79": 0.026437708656052324,
      "80-84": 0.01748905778145719,
      "85+": 0.01997123800338828
    },
    "male": 339932,
    "female": 363079,
    "health": {
      "poorhealth": 20.588989742,
      "physicallyunhealthydays": 4.247736361,
      "mentallyunhealthydays": 4.8111015035,
      "lowbirthweightpercent": 9.1518749808,
      "smokerspercent": 20.957241772,
      "obesitypercent": 31.5,
      "foodenvindex": 7.5,
      "physicallyinactivepercent": 23.2,
      "excessivedrinkingpercent": 18.940103365,
      "alcoholimpaireddrivingdeaths": 152,
      "teenbirthrate": 31.109351559,
      "uninsured": 12.486314662,
      "withannualmammogram": 45,
      "vaccinated": 51,
      "childreninpoverty": 19.6,
      "80thpercentileincome": 108296,
      "20thpercentileincome": 23275,
      "childreninsingleparenthouseholds": 33.224850811,
      "violentcrimerate": 941.43198334,
      "averagedailypm25": 9.1,
      "severehousingproblems": 15.347550638,
      "drivealonetowork": 83.470246386,
      "longcommutedrivesalone": 33.7
    },
    "longitude": -94.34749665503394,
    "latitude": 39.016701918102484,
    "education": {
      "lessthanhighschool": 9.4,
      "highschool": 28.3,
      "somecollege": 30.7,
      "bachelors": 31.6

Fields

Fields marked Premium need a paid plan. On a plan without them the key is absent rather than wrong, so a model never reasons over a substituted value.
FieldTypeExampleDescription
namestringjackson countyCounty name in lowercase format
statestringMOTwo-letter state code where county is located
agePremiumobject{…}Age distribution percentages by age groups
age.0-4number0.0644100874666257Percentage of population aged 0-4 years
age.5-9number0.06532756955438819Percentage of population aged 5-9 years
age.10-14number0.06595060390235714Percentage of population aged 10-14 years
age.15-19number0.05967616438434107Percentage of population aged 15-19 years
age.20-24number0.059725950234064615Percentage of population aged 20-24 years
age.25-29number0.08192474939936928Percentage of population aged 25-29 years
age.30-34number0.07523353119652466Percentage of population aged 30-34 years
age.35-39number0.06868029092005673Percentage of population aged 35-39 years
age.40-44number0.05831060964906666Percentage of population aged 40-44 years
age.45-49number0.058805623240603636Percentage of population aged 45-49 years
age.50-54number0.05858087569042305Percentage of population aged 50-54 years
age.55-59number0.0674783182624454Percentage of population aged 55-59 years
age.60-64number0.06208437705811146Percentage of population aged 60-64 years
age.65-69number0.05099777955110233Percentage of population aged 65-69 years
age.70-74number0.03891546504962227Percentage of population aged 70-74 years
age.75-79number0.026437708656052324Percentage of population aged 75-79 years
age.80-84number0.01748905778145719Percentage of population aged 80-84 years
age.85+number0.01997123800338828Percentage of population aged 85 years and older
malePremiumnumber339932Total male population count in county
femalePremiumnumber363079Total female population count in county
healthPremiumobject{…}Health metrics and indicators for the county
health.poorhealthnumber20.588989742Percentage of population reporting poor health status
health.physicallyunhealthydaysnumber4.247736361Average physically unhealthy days per month
health.mentallyunhealthydaysnumber4.8111015035Average mentally unhealthy days per month
health.lowbirthweightpercentnumber9.1518749808Percentage of low birth weight births
health.smokerspercentnumber20.957241772Percentage of population that smokes
health.obesitypercentnumber31.5Percentage of population classified as obese
health.foodenvindexnumber7.5Food environment index rating for county
health.physicallyinactivepercentnumber23.2Percentage of physically inactive population
health.excessivedrinkingpercentnumber18.940103365Percentage of excessive alcohol drinkers
health.alcoholimpaireddrivingdeathsnumber152Annual alcohol-impaired driving deaths in county
health.teenbirthratenumber31.109351559Birth rate among teenage population
health.uninsurednumber12.486314662Percentage of uninsured population
health.withannualmammogramnumber45Percentage receiving annual mammogram screening
health.vaccinatednumber51Percentage of vaccinated population
health.childreninpovertynumber19.6Percentage of children living in poverty
health.80thpercentileincomenumber10829680th percentile income level in dollars
health.20thpercentileincomenumber2327520th percentile income level in dollars
health.childreninsingleparenthouseholdsnumber33.224850811Percentage of children in single-parent households
health.violentcrimeratenumber941.43198334Violent crime rate per 100,000 people
health.averagedailypm25number9.1Average daily PM2.5 air pollution level
health.severehousingproblemsnumber15.347550638Percentage with severe housing cost burden
health.drivealonetoworknumber83.470246386Percentage driving alone to work
health.longcommutedrivesalonenumber33.7Percentage with long commute driving alone
longitudePremiumnumber-94.34749665503394Geographic longitude coordinate of county
latitudePremiumnumber39.016701918102484Geographic latitude coordinate of county
educationPremiumobject{…}Educational attainment distribution for county
education.lessthanhighschoolnumber9.4Percentage with less than high school education
education.highschoolnumber28.3Percentage with high school education
education.somecollegenumber30.7Percentage with some college education
education.bachelorsnumber31.6Percentage with bachelor's degree or higher
zipcodesPremiumarray["64137","64111","64053"]Array of all ZIP codes within the county
lifeexpectancynumber77.19Average life expectancy in years
avgincomenumber47054Average annual household income in dollars
povertyratenumber13.7Percentage of population below poverty line
costoflivingPremiumobject{…}Cost of living metrics for the county
costofliving.livingwagenumber14.55Living wage per hour in dollars

Failure modes

Errors come back as tool errors with a sentence the model can act on, not a bare status code.

StatusWhat it means
400 / 422The arguments didn't validate. The message names the offending one.
401The OAuth session is invalid or expired — reconnect the server.
403Out of credits. Not a bad key — the month's allowance is spent.
404This skill isn't part of VerveKit. Check the catalog.
429Brief rate limit. Retrying after a moment succeeds.

Other ways to use US County Data Skill

Set up US County Data Skill on VerveKit, or reach the same source a different way. Your VerveKit account and credits work on all of them — one key, one balance.

Call it as a REST APIOne HTTPS endpoint and an X-API-Key header, with SDKs for Node, Python and .NET.APIVerveReference →
Use it in Google Sheets or ExcelA =VERVE() formula fills a column — no script, no export, recalculates in place.VerveSheetsReference →
Ground an agent on itA cited, machine-checkable fact your model can't produce on its own.VerveContextReference →

Frequently asked questions

Do I have to tell the agent to use USCountyDataSkill?

No. The tool's name and description are in the model's context once the server is connected, so it selects the tool when the question calls for it. Naming it explicitly works too and is useful when you want to force the call.

Does connecting the server expose every tool at once?

Yes — one connection lists the whole VerveKit catalog. Clients with a tool budget can usually filter the list; the credit cost is per call, so an unused tool costs nothing.

What does a call cost?

5 credits each time the tool actually runs. A model that reasons about the tool without calling it costs nothing.

Is there a REST version of this?

Yes — the same source is available as a plain HTTPS endpoint on APIVerve, linked above. Same data, same credits, same account.

What's Next?

Continue your journey with these recommended resources

Was this page helpful?