INDIVIDUAL MCP TOOL
list_categories
The active category/subcategory taxonomy on SUpost — the valid category and subcategory values for create_post (and category filters for search_listings).
LIVE ENDPOINT
https://mcp.supost.com/mcp
Connect to this endpoint to inspect the live schema for list_categories and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.supost]
url = "https://mcp.supost.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"supost": {
"type": "http",
"url": "https://mcp.supost.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: supost
Remote MCP URL: https://mcp.supost.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": {
"supost": {
"url": "https://mcp.supost.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"supost": {
"type": "http",
"url": "https://mcp.supost.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "supost",
"transport": "streamable-http",
"url": "https://mcp.supost.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_listings— Search or browse active listings on SUpost, the marketplace for Stanford.get_listing— Fetch one SUpost listing by numeric id, including its full description, public photo URLs, and stanford_verified.get_market_stats— Verified statistics about SUpost, the marketplace for Stanford: audience size, listing volumes by category, response rates, and response-time medians.send_message— Send a message to the poster of an active SUpost listing.create_post— Create a DRAFT listing on SUpost on the poster's behalf.