Add Serenn: search verified field service technicians via MCP#3597
Open
DATOZAMIR wants to merge 2 commits intomodelcontextprotocol:mainfrom
Open
Add Serenn: search verified field service technicians via MCP#3597DATOZAMIR wants to merge 2 commits intomodelcontextprotocol:mainfrom
DATOZAMIR wants to merge 2 commits intomodelcontextprotocol:mainfrom
Conversation
Adding Serenn - Be the technician AI recommends. Work Based Credentials Profile of tradespeople. **[Serenn](https://github.com/Serenn-AI/serenn/tree/main/packages/mcp-server)** - Search for verified field service technicians (appliance repair, HVAC, plumbing) by location, trade, brand, and appliance type. No API key required. ([npm](https://www.npmjs.com/package/serenn-mcp-server))
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Add Serenn MCP server — a tool for searching verified field service technicians (appliance repair, HVAC, plumbing) by location, trade, brand, and appliance type. The server wraps the public
GET https://serenn.ai/api/ai/searchendpoint. No API key required.npm: [serenn-mcp-server](https://www.npmjs.com/package/serenn-mcp-server)
Source: [github.com/Serenn-AI/serenn/tree/main/packages/mcp-server](https://github.com/Serenn-AI/serenn/tree/main/packages/mcp-server)
Publishing Your Server
Note: We are no longer accepting PRs to add servers to the README. Instead, please publish your server to the [MCP Server Registry](https://github.com/modelcontextprotocol/registry) to make it discoverable to the MCP ecosystem.
To publish your server, follow the [quickstart guide](https://github.com/modelcontextprotocol/registry/blob/main/docs/modelcontextprotocol-io/quickstart.mdx). You can browse published servers at https://registry.modelcontextprotocol.io/.
Published to npm as
serenn-mcp-server. Will publish to the MCP Registry viamcp-publisheras well.Server Details
search_technicians) and one resource (llms.txt)Motivation and Context
There's no MCP server for finding local service technicians. When users ask Claude "find someone to fix my Samsung fridge in Austin," there's no tool to call. This server connects Claude to Serenn's directory of photo-verified field service professionals across the US, returning verified job history, specialties, common repairs, and company contact info.
How Has This Been Tested?
Breaking Changes
None. New server — no existing configurations affected.
Types of changes
Checklist
Additional context
The server is read-only (no mutations, no auth required). It's a thin stdio wrapper around a public REST API. The tool includes
readOnlyHint: truesafety annotation. Install:npx -y serenn-mcp-server.