
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
serenn-mcp-server
Advanced tools
MCP server for searching verified field service technicians on Serenn
MCP server that lets Claude find verified field-service technicians via Serenn's search API.
Exposes a single tool — search_technicians — that searches serenn.ai for appliance repair, HVAC, and plumbing professionals by location, trade, brand, and appliance type. Every result includes verified job counts, specialties, and contact info.
Add to your claude_desktop_config.json:
{
"mcpServers": {
"serenn": {
"command": "npx",
"args": ["-y", "serenn-mcp-server"]
}
}
}
Restart Claude Desktop. You'll see "serenn" in the MCP tools list.
claude mcp add serenn -- npx -y serenn-mcp-server
Ask Claude:
"Find someone to fix my Samsung refrigerator in Austin, TX"
Claude will call the search_technicians tool and return verified technicians with contact info.
| Parameter | Required | Example |
|---|---|---|
| location | Yes | "Austin, TX" |
| trade | No | "Appliance Repair" |
| brand | No | "Samsung" |
| type | No | "Refrigerator" |
cd packages/mcp-server
npm install
npm run build
node dist/index.js # runs on stdio
The server is a thin stdio wrapper around GET https://serenn.ai/api/ai/search. No API key needed — the endpoint is public. Results are cached at the CDN layer for 5 minutes.
FAQs
MCP server for searching verified field service technicians on Serenn
We found that serenn-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.