Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Teppek

com.teppek/teppek

Agent-accessible map of global supply & demand: jobs, homes, cars & services your AI can act on

Uptime
100.0%
1 direct probes · 30d
Response
1747ms
last probe
Tools
16
callable
Resources
1
readable
Prompts
5
available

Tools · 16

search_listings

Find live jobs, homes/rentals, vehicles, or local services NEAR a place or in a city/country on Teppek — use this for natural requests like "jobs near me", "apartments in Berlin", "used cars under 10k…

semantic_search

Semantic (meaning-based) search over Teppek's live listings, backed by a multilingual embedding index. Use it when the user describes what they want in natural language rather than exact keywords — e.…

get_listing

Fetch the full detail of ONE Teppek listing by id — title, description, price/salary, location and the Teppek contact route. Use after search_listings to show, summarize or compare a specific job, hom…

send_message

Message the owner of a Teppek listing on the user's behalf — the primary contact path (there is no price-offer/accept/reject flow). Opens or appends to a private thread with the owner; contact routes …

create_listing

Publish a listing on behalf of the user across any of the 4 verticals and 12 roles. `location` must be coordinates ({ lat, lon }) — a free-text address is not accepted, so geocode it first. Before pub…

request_image_upload

Get a short-lived upload grant to attach a photo to a listing you're about to publish (any vertical/role). Returns { key, upload_url, upload_token, headers_required }: POST the raw image bytes to uplo…

list_my_listings

List the user's OWN listings (any status), newest first. Resolved from the authenticated agent key — only ever returns this user's listings. Use status='pending' to see what is awaiting moderation, st…

list_conversations

List the user's OWN listing-message conversations (threads they started, or received as a listing owner), newest first. Resolved from the authenticated agent key — only ever this user's threads. Use g…

get_conversation

Read one of the user's OWN message conversations by thread_id, including its messages (marks incoming messages read). Only threads the authenticated user participates in are returned.

get_entitlements

Check the user's publishing entitlements BEFORE attempting to publish: membership tier, max vs current active listings, remaining slots, wallet credit balance, the per-listing credit cost, and can_cre…

update_listing

Edit fields (title, description, price, currency, location) on one of the USER'S OWN listings, identified by listing_id. Only the owner can edit; vertical/intent_type/role are fixed (publish a new lis…

delete_listing

Delete (soft-delete) one of the USER'S OWN listings by listing_id. Only the owner can delete. No credit is refunded — the listing was already published.

set_listing_status

Change the lifecycle status of one of the USER'S OWN listings: mark it sold, hide it (take it offline), or re-activate a hidden one. Free — no credit charge. Cannot set moderation states (pending/reje…

renew_listing

Renew one of the USER'S OWN listings — extend its expiry another 30 days (native listings lapse ~30 days after posting). Free — no credit charge. Renewing an expired listing returns it to active; a pe…

reply_to_conversation

Reply into one of the USER'S OWN message conversations by thread_id — the message goes to the other participant. Works whether the user is the listing owner answering an inquiry or the inquirer follow…

update_listing_images

Add and/or remove photos on one of the USER'S OWN existing listings (max 6 total). First call request_image_upload for each new image and upload the bytes, then pass the returned keys in `add`. Adding…

Resources · 1

Teppek listings widget

Interactive listing cards for search_listings / get_listing results.

ui://widgets/listings.html

Prompts · 5

post_a_job

Guided flow to publish a job posting (career / employer side) on Teppek.

rent_out_property

Guided flow to publish a property RENTAL (real-estate landlord side) on Teppek.

sell_my_vehicle

Guided flow to publish a vehicle FOR SALE (vehicle seller side) on Teppek.

offer_a_service

Guided flow to publish a local SERVICE offering (service provider side) on Teppek.

find_near_me

Guided flow to search Teppek for jobs, homes, vehicles, or services near a location. No sign-in needed.

How to use

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

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