ChatGPT
- 1Open Settings → Apps & Connectors → Advanced.
- 2Turn on Developer mode.
- 3Go back and tap Create.
- 4Name it Foundaree and paste the link as the URL.
- 5Set Authentication to None.
- 6Ask:
Find an electrician in Kochi on Foundaree
Add it once. Then ask for a driver, a designer or a co-founder.
Copy this link:
https://foundaree.com/mcpFind an electrician in Kochi on Foundaree
Find a React developer in Bengaluru on Foundaree
Only public profiles show up.
Name, skills and city, as people wrote them.
People say when they are free and keep it up to date.
Plumbers, drivers, designers and accountants in one search.
Three ways in. All return the same public profiles.
Nothing to install. Every search and profile is a plain page that works without JavaScript.
A public, read-only search endpoint. No key needed. Send a GET request, get JSON back.
Example request
GET https://foundaree.com/api/search/people?q=electrician&location=Kochi&availability=available
Example response
{
"items": [
{
"username": "example-username",
"name": "[Name]",
"headline": "Electrician, homes and offices",
"location": "Kochi, India",
"availability": "available",
"skills": ["Wiring", "Inverter installation", "Fan and light fitting"],
…
},
…
],
"total": 4,
"limit": 20,
"offset": 0
}| Parameter | Description |
|---|---|
| q | Free text: a skill, role, profession or name. A plain sentence works too. |
| workType | local_service for trades, repairs, driving and care. professional for office work. |
| location | A city or country, matched against where the person says they are. |
| availability | One of available, open_to_offers, not_looking or unspecified. |
| skills | Comma-separated list. A profile must list every skill given. |
| lookingFor | Comma-separated list of what the person wants, such as freelance or remote. All must match. |
| limit | Results per page, 1 to 50. Defaults to 20. |
| offset | Number of results to skip when paging. Defaults to 0. |
Model Context Protocol, for assistants that support it. Three tools: search_people takes the same filters as the JSON API, match_people ranks people against a list of skills, and get_person returns one full profile by username.
Endpoint
https://foundaree.com/mcpPublic and read-only. No key needed. Add it to ChatGPT or Claude
Rate limits apply per caller.
People search here and in ChatGPT and Claude.