Back to search
100
MCP live v0.1.0 streamable-http

Tewdy

io.github.dugiwarc/tewdy

Find local service providers — plumbers, tutors, translators — and estimate provider earnings.

Uptime
10.0%
10 probes
Response
299ms
last probe
Tools
11
callable
Primary URL
https://mcp.tewdy.com

Tools · 11

search_providers

Search Tewdy for service providers (plumbers, translators, tutors, cleaners, etc.) by category and/or location. Returns a ranked list including name, rating, response time, and Tewdy profile tag.

get_provider_details

Look up the full public profile for a Tewdy provider. Accepts either a Tewdy UUID (returned by search_providers as `id`) or a tewdyTag handle (e.g. "marcus-chen", returned as `tewdyTag`). Returns name…

list_categories

List the service categories Tewdy supports (plumbing, translation, tutoring, cleaning, etc.). Returns slug, name, description, and businessType for each. Use this to map a free-text user request to a …

get_category_pricing

Get aggregated price ranges for a service category, optionally filtered by location. Prefers transacted prices (accepted quotes) when at least 5 samples exist; otherwise falls back to listed (asking) …

get_earnings_estimate

Estimate weekly and monthly earnings for a Tewdy provider in a given category. Uses listed hourly rates from existing providers as the baseline and projects earnings under three utilisation scenarios …

request_quote

Compose a Tewdy quote request from the user's description. Returns a deep link to the Tewdy app with all fields pre-filled; the user reviews and clicks publish to actually post the request. This tool …

get_my_requests

List the authenticated user's quote requests with current status (open / closed / cancelled / expired) and quote-response counts. Read-only — no state changes. Requires authentication.

accept_quote

Look up a quote and return a deep link to the Tewdy app where the user can confirm acceptance and proceed to payment. This tool deliberately does not accept or pay — quote acceptance and payment confi…

message_provider

Send a chat message into an existing Tewdy thread (typically created when a quote was submitted or accepted). The chat_id is the same id surfaced by get_my_requests or accept_quote. Requires authentic…

list_inbound_requests

For the authenticated provider, list open quote requests that match the provider's capabilities and service area. Optional filters: category, location radius, budget range, urgency. Read-only. Use thi…

submit_quote

Submit a quote on an open quote request. The provider sets the estimated price, optional duration and availability, and a short message to the requester. The quote is not a financial commitment — the …

Similar MCP servers embedding-nearest

Weftly
Transcribe and summarize audio and video. Pay per job via Stripe or crypto.
0 tools · streamable-http
tewdy
Metadata-only Glama MCP connector.
0 tools · http
Tavily
Search the web with fast, accurate results optimized for AI. Get clean, structured answers with source URLs and relevance scoring.
0 tools · http
io.github.sdmcc/tedscout-mcp
Search EU public tenders across TED and 8 national portals. Monitor, match, and analyse procurement.
0 tools · streamable-http
io.github.SDMcC/tedscout-mcp
Search EU public tenders across TED and 8 national portals. Monitor, match, and analyse procurement.
0 tools · streamable-http
LocalPro — Verified US Local Service Provider Data
Verified US local service provider data across trades. Ratings, services, pricing.
0 tools · streamable-http

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "tewdy": {
      "url": "https://mcp.tewdy.com",
      "transport": "streamable-http"
    }
  }
}