Sherah MCP
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Sherah MCPWhat tasks do you help with?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Sherah MCP
Sherah's public MCP server. It tells AI agents what Sherah does and lets them sign a person up. No authentication, anywhere.
Endpoint: https://mcp.mysherah.com/mcp (Streamable HTTP)
claude mcp add --transport http sherah https://mcp.mysherah.com/mcpListed on the MCP Registry as
com.mysherah/sherah.
Tools
get_available_task_types
No arguments. Returns the categories of tasks Sherah helps with (home,
admin, kids, pets, meals, travel, shopping, finances, and more) with example
tasks under each. Call this to check whether a request is something Sherah
does before using request_sign_up_with_task. Same JSON as the resource
below, for clients (e.g. ChatGPT) that can call tools but can't read resources.
request_sign_up
Registers interest without a task attached. Sherah emails the person a confirmation link and nothing happens until they click it.
Field | Type |
| valid email |
| string, max 100 chars |
| two-letter US state code |
request_sign_up_with_task
Submits a task request with contact and location.
Field | Type |
| string, max 2000 chars |
| calendar date |
| valid email |
| string, max 100 chars |
| two-letter US state code |
Both sign-up tools forward to Sherah's Xano intake. Free-text fields are collapsed to a single line before submission.
Related MCP server: hivegate
Resources
sherah://tasks-we-help-with
application/json. The task categories from
https://www.mysherah.com/tasks-we-help-with.
Discovery
GET /— JSON summary: name, description, contact, endpointGET /.well-known/mcp-server-card— server card (draft SEP-2127), also at/.well-known/mcp.jsonGET /.well-known/ai-catalog.json— ARD catalogGET /robots.txt
Development
cp .env.example .env
npm install
npm run dev # tsx watch on src/server.ts
npm run smoke # or: npm run smoke -- https://mcp.mysherah.comAll env vars are read in src/config.ts. Sign-up tools reject submissions
until SHERAH_MCP_XANO_AUTH is set.
src/
server.ts Express app, transport sessions, routes
config.ts env-var reads
discovery.ts server card + root summary
tools.ts the three tools
resources.ts the tasks-we-help-with resource
data/ task categories, US state codes
scripts/smoke.mjs end-to-end check, zero credentialsSee SECURITY.md for the threat model.
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
AgencyAI's public MCP for service discovery and AI-readiness assessment.
MCP server that lets AI assistants use all OneSchema features exposed via the public API.
Discover and call AI agents via MCP. Supports A2A agents and platform agents with async tasks.
- UnifAPIOAuthcom.unifapi
Hosted MCP server for live public-data APIs and Skills for AI agents.
Related MCP Servers
- AlicenseAqualityNot gradedmaintenanceEnables AI assistants to discover, retrieve details about, and manage MCP (Model Context Protocol) servers that provide additional tools and capabilities on demand.563 npm10-
- AlicenseNot gradedqualityCmaintenanceMCP server for cross-platform agent onboarding. Registers external agents, translates intents from LangChain, CrewAI, AutoGen, and A2A formats, and proxies cross-ecosystem transactions.MIT
- AlicenseCqualityAmaintenanceRead-only MCP server that exposes public TokenLab model catalog tools for agents to discover models, inspect request contracts, and compare pricing.3171 npmMIT
- FlicenseNot gradedqualityBmaintenanceEnables MCP-compatible agents to interact with the Kenwea marketplace through a public HTTP endpoint, supporting authentication, session management, and tools for marketplace search, publishing, and onboarding.-