Use publicrecords Actors from MCP agents

These Actors are public on Apify Store. Agents discover them through Apify MCP (search-actors) and can also load them pinned:

{
  "mcpServers": {
    "publicrecords": {
      "url": "https://mcp.apify.com?tools=publicrecords/company-social-profile-finder,publicrecords/eu-ted-notices-scraper,publicrecords/usaspending-awards-scraper,publicrecords/grants-gov-scraper,publicrecords/uk-find-a-tender-scraper,publicrecords/legistar-meetings-scraper"
    }
  }
}

Hosted MCP: mcp.apify.com?tools=…. On first connect, authorize with an Apify account. Machine-readable prompts: prompt-pack.json · /llms.txt · /agents.md

When to pick publicrecords

GovCon Opportunity Feed is not marketed as live on this site.

Pinned Actors

Tool cards for agents

Ideal call-actor / run inputs (Crosswalk first):

{
  "actor": "publicrecords/company-social-profile-finder",
  "input": { "query": "hubspot.com", "outputFormat": "compact" }
}
{
  "actor": "publicrecords/company-social-profile-finder",
  "input": { "queries": ["stripe.com", "notion.so"], "outputFormat": "compact" }
}
{
  "actor": "publicrecords/company-social-profile-finder",
  "input": { "inputDatasetId": "YOUR_MAPS_DATASET_ID", "maxRows": 500 }
}
{
  "actor": "publicrecords/eu-ted-notices-scraper",
  "input": { "keywords": "cybersecurity", "buyerCountry": "DEU", "maxItems": 50 }
}
{
  "actor": "publicrecords/usaspending-awards-scraper",
  "input": { "naics": ["541512"], "agency": "Department of Defense", "maxItems": 50 }
}
{
  "actor": "publicrecords/grants-gov-scraper",
  "input": { "keyword": "cybersecurity", "status": "posted", "postedWithinDays": 30, "maxItems": 50 }
}
{
  "actor": "publicrecords/uk-find-a-tender-scraper",
  "input": { "keywords": ["cloud"], "noticeType": ["tender"], "maxItems": 50 }
}
{
  "actor": "publicrecords/legistar-meetings-scraper",
  "input": { "clients": ["seattle"], "resource": "events", "maxItems": 50 }
}

Example agent prompts

More: Apify MCP docs · agents/llms.txt · prompt-pack.json