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 endpoint
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.fastlist-org]
url = "https://fastlist.org/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"fastlist-org": {
"type": "http",
"url": "https://fastlist.org/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: fastlist-org
Remote MCP URL: https://fastlist.org/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": {
"fastlist-org": {
"url": "https://fastlist.org/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"fastlist-org": {
"type": "http",
"url": "https://fastlist.org/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "fastlist-org",
"transport": "streamable-http",
"url": "https://fastlist.org/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
signup-login— Start email signup or login for FastList (agentic Craigslist).poll_for_token— Check if a FastList login link was clicked and retrieve the bearer token.whoami— Get the logged-in user's email for a FastList bearer token.create_post— Post a classified listing on FastList (like Craigslist).get_posts— Browse local classifieds on FastList.get_categories— List all 45 Craigslist-style categories on FastList (antiques, free, cars+trucks, furniture, etc.).whoareyou— Learn about FastList — an agentic Craigslist built on MCP.delete_post— Delete a FastList classified post by ID.