← Registry

General Tools

teppek.com

Search, retrieve, and manage classified listings (jobs, rentals, vehicles, services) on the Teppek platform.

1 endpoint16 known toolsFirst detected July 29, 2026Last detected July 29, 2026

ENDPOINT 1

https://mcp.teppek.com/mcp

No auth detected

MCP server metadata

Name
teppek
Version
0.1.0
Capabilities
resources.listChangedtools.listChanged

Known 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 in Madrid", "plumbers nearby".

Inferred read-only
semantic_search

Semantic (meaning-based) search over Teppek's live listings, backed by a multilingual embedding index.

Inferred read-only
get_listing

Fetch the full detail of ONE Teppek listing by id — title, description, price/salary, location and the Teppek contact route.

Inferred read-only
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).

Potential side effects
create_listing

Publish a listing on behalf of the user across any of the 4 verticals and 12 roles.

Potential side effects
request_image_upload

Get a short-lived upload grant to attach a photo to a listing you're about to publish (any vertical/role).

Potential side effects
list_my_listings

List the user's OWN listings (any status), newest first.

Inferred read-only
list_conversations

List the user's OWN listing-message conversations (threads they started, or received as a listing owner), newest first.

Potential side effects
get_conversation

Read one of the user's OWN message conversations by thread_id, including its messages (marks incoming messages read).

Potential side effects
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_create_listing.

Potential side effects
update_listing

Edit fields (title, description, price, currency, location) on one of the USER'S OWN listings, identified by listing_id.

Potential side effects
delete_listing

Delete (soft-delete) one of the USER'S OWN listings by listing_id.

Potential side effects
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.

Inferred read-only
renew_listing

Renew one of the USER'S OWN listings — extend its expiry another 30 days (native listings lapse ~30 days after posting).

Inferred read-only
reply_to_conversation

Reply into one of the USER'S OWN message conversations by thread_id — the message goes to the other participant.

Potential side effects
update_listing_images

Add and/or remove photos on one of the USER'S OWN existing listings (max 6 total).

Potential side effects

CONNECT 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.

Trust status Neutral

teppek.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.