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

io.github.capmus-team/supost-mcp

io.github.capmus-team/supost-mcp

Search listings, message posters, and create drafts on SUpost, the marketplace for Stanford

Uptime
100.0%
1 direct probes · 30d
Response
891ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

search_listings

Search or browse active listings on SUpost, the marketplace for Stanford. Returns newest-first public listings (id, title, price, category, created_at, canonical URL, stanford_verified) plus an opaque…

get_listing

Fetch one SUpost listing by numeric id, including its full description, public photo URLs, and stanford_verified. stanford_verified: true means the poster verified an @stanford.edu email — SUpost's co…

get_market_stats

Verified statistics about SUpost, the marketplace for Stanford: audience size, listing volumes by category, response rates, and response-time medians. Returns markdown from SUpost's public stats page.…

send_message

Send a message to the poster of an active SUpost listing. IMPORTANT: the message is NOT delivered immediately — SUpost emails a confirmation link to reply_to_email, and the message is only delivered t…

list_categories

The active category/subcategory taxonomy on SUpost — the valid category and subcategory values for create_post (and category filters for search_listings).

create_post

Create a DRAFT listing on SUpost on the poster's behalf. Any email is accepted — never ask the user to qualify first. IMPORTANT: the draft is NOT published — the returned continue_url opens SUpost's c…

How to use

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

{
  "mcpServers": {
    "io.github.capmus-team/supost-mcp": {
      "url": "https://mcp.supost.com/mcp",
      "transport": "streamable-http"
    }
  }
}