General Tools
teppek.com
Search, retrieve, and manage classified listings (jobs, rentals, vehicles, services) on the Teppek platform.
ENDPOINT 1
https://mcp.teppek.com/mcp
MCP server metadata
- Name
- teppek
- Version
- 0.1.0
Known tools 16
search_listingsFind 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 in Madrid", "plumbers nearby".
Inferred read-onlysemantic_searchSemantic (meaning-based) search over Teppek's live listings, backed by a multilingual embedding index.
Inferred read-onlyget_listingFetch the full detail of ONE Teppek listing by id — title, description, price/salary, location and the Teppek contact route.
Inferred read-onlysend_messageMessage the owner of a Teppek listing on the user's behalf — the primary contact path (there is no price-offer/accept/reject flow).
Potential side effectscreate_listingPublish a listing on behalf of the user across any of the 4 verticals and 12 roles.
Potential side effectsrequest_image_uploadGet a short-lived upload grant to attach a photo to a listing you're about to publish (any vertical/role).
Potential side effectslist_conversationsList the user's OWN listing-message conversations (threads they started, or received as a listing owner), newest first.
Potential side effectsget_conversationRead one of the user's OWN message conversations by thread_id, including its messages (marks incoming messages read).
Potential side effectsget_entitlementsCheck 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_create_listing.
Potential side effectsupdate_listingEdit fields (title, description, price, currency, location) on one of the USER'S OWN listings, identified by listing_id.
Potential side effectsdelete_listingDelete (soft-delete) one of the USER'S OWN listings by listing_id.
Potential side effectsset_listing_statusChange 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.
Inferred read-onlyrenew_listingRenew one of the USER'S OWN listings — extend its expiry another 30 days (native listings lapse ~30 days after posting).
Inferred read-onlyreply_to_conversationReply into one of the USER'S OWN message conversations by thread_id — the message goes to the other participant.
Potential side effectsupdate_listing_imagesAdd and/or remove photos on one of the USER'S OWN existing listings (max 6 total).
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.teppek]
url = "https://mcp.teppek.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"teppek": {
"type": "http",
"url": "https://mcp.teppek.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: teppek
Remote MCP URL: https://mcp.teppek.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"teppek": {
"url": "https://mcp.teppek.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"teppek": {
"type": "http",
"url": "https://mcp.teppek.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "teppek",
"transport": "streamable-http",
"url": "https://mcp.teppek.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for teppek.com was fetched 2026-08-03T23:53:25.371Z.
teppek.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.