Fixalista for developers
Query the home services directory with one API key.
Build home service discovery, research, and outreach workflows on the published Fixalista records of plumbers, electricians, locksmiths and other professionals in Spain.
curl 'https://www.fixalista.com/api/v1/doctors?country=es&city=madrid&whatsapp=true' \
--header 'X-API-Key: dct_live_your_key'Purpose-built search
Filter by country, city, free text, verification, and technical WhatsApp reachability.
Safe credentials
Secrets are shown once. Fixalista persists only a SHA-256 hash and lets you revoke a key instantly.
REST and MCP
Use the same credential from your backend, scripts, or an AI client connected to Fixalista MCP.
API keys
Create a server-side credential
Keep keys in a secrets manager or environment variable. Never embed one in browser code, mobile applications, logs, or source control.
Sign in to manage API keys
Any Fixalista account can create up to five keys.
REST API
Start with one request
Send the key in X-API-Key. Responses contain only explicitly projected public directory fields and an opaque cursor.
curl 'https://www.fixalista.com/api/v1/doctors?country=es&city=madrid&whatsapp=true' \
--header 'X-API-Key: dct_live_your_key'Model Context Protocol
Give an agent directory search
Connect the remote MCP server with the same API key as a Bearer token. It exposes read-only search_doctors and get_doctor tools.
{
"mcpServers": {
"fixalista": {
"type": "http",
"url": "https://mcp.fixalista.com/mcp",
"headers": {
"Authorization": "Bearer dct_live_your_key"
}
}
}
}Outreach responsibility
whatsappEligible means the published phone appears technically capable of receiving WhatsApp messages. It is not consent, an opt-in, or permission to send marketing. You are responsible for applicable privacy, electronic-communications, and WhatsApp platform rules.