Skip to Content
The Makinari API repo now includes an MCP Server — connect your AI models directly. View on GitHub →

Finder

Contact and ICP search (Forager). MCP: getFinderCategoryIds, analyzeICPTotalCount, createIcpMining, searchRegionVenues.

POST/api/agents/tools/getFinderCategoryIds

Also under /api/finder/: autocomplete/{category}, icp, person_contacts_lookup, person_role_search.

curl -X POST "https://backend.makinari.com/api/agents/tools/getFinderCategoryIds" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"site_id":"YOUR_SITE_ID","query":"software"}'
Last updated on