← Registry

eCommerce

fastlist.org

A server for posting and browsing local classified ads, similar to Craigslist.

1 endpoint12 known toolsFirst detected July 12, 2026Last detected July 12, 2026

ENDPOINT 1

https://fastlist.org/mcp

No auth detected

Known tools 12

signup-login

Start email signup or login for FastList (agentic Craigslist).

Potential side effects
poll_for_token

Check if a FastList login link was clicked and retrieve the bearer token.

Inferred read-only
whoami

Get the logged-in user's email for a FastList bearer token.

Potential side effects
create_post

Post a classified listing on FastList (like Craigslist).

Potential side effects
get_posts

Browse local classifieds on FastList.

Inferred read-only
get_categories

List all 45 Craigslist-style categories on FastList (antiques, free, cars+trucks, furniture, etc.).

Inferred read-only
whoareyou

Learn about FastList — an agentic Craigslist built on MCP.

Inferred read-only
terms_of_service

View FastList terms of service.

Inferred read-only
delete_post

Delete a FastList classified post by ID.

Potential side effects
update_post

Update a FastList listing's title, description, or category.

Potential side effects
get_my_posts

List the authenticated user's FastList postings.

Inferred read-only
logout

Log out of FastList by invalidating the current bearer token.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for fastlist.org was fetched 2026-07-27T22:41:52.383Z and is being refreshed.

Trust status Trusted

fastlist.org is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

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