{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json",
  "name": "com.teppek/teppek",
  "description": "Teppek MCP server — search a map-first global classifieds marketplace (jobs, real estate, vehicles, services across 27 locales) and, for a signed-in user, create offers and publish listings on their behalf.",
  "version": "0.1.0",
  "websiteUrl": "https://www.teppek.com",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.teppek.com/mcp"
    },
    {
      "type": "sse",
      "url": "https://mcp.teppek.com/sse"
    }
  ],
  "authorization": {
    "type": "oauth2",
    "authorizationServer": "https://mcp.teppek.com/.well-known/oauth-authorization-server",
    "apiKeyAlternative": "X-Agent-Key header carrying a per-user tk_live_ agent key"
  },
  "capabilities": {
    "tools": [
      "search_listings",
      "get_listing",
      "create_offer",
      "create_listing"
    ]
  },
  "skill": "https://www.teppek.com/auth.md",
  "skillManifest": "https://www.teppek.com/.well-known/agent-skills/index.json"
}