← flstartups.com
INDIVIDUAL MCP TOOL
search_listings
Search the FLStartups directory of startups, accelerators, VCs, coworking spaces, universities, and programs.
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.flstartups-com]
url = "https://flstartups.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"flstartups-com": {
"type": "http",
"url": "https://flstartups.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: flstartups-com
Remote MCP URL: https://flstartups.com/api/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": {
"flstartups-com": {
"url": "https://flstartups.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"flstartups-com": {
"type": "http",
"url": "https://flstartups.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "flstartups-com",
"transport": "streamable-http",
"url": "https://flstartups.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_directory_info— Overview of FLStartups.com (https://flstartups.com): what the directory covers, listing counts by category and region, and the valid category/region values accepted by search_listings.get_listing— Full detail for a single directory listing (startup or organization) by its id, as returned by search_listings.list_schools— Universities and colleges tracked by FLStartups, with their startup-resource counts.get_school— Full detail for one school by slug or id (as returned by list_schools), including its published entrepreneurship resources (centers, funds, courses, clubs).search_posts— Published editorial content on FLStartups.com: blog posts and guides about the local startup ecosystem.get_post— Full markdown body of one published blog post or guide by slug (as returned by search_posts).