Data Collection
flstartups.com
Provides access to the FLStartups directory of startups and entrepreneurship resources in Florida.
ENDPOINT 1
https://flstartups.com/api/mcp
MCP server metadata
- Name
- flstartups-directory
- Version
- 1.0.0
This server exposes the public directory data of FLStartups.com (https://flstartups.com) — An open atlas of the Florida startup ecosystem — every company, capital source, accelerator, and program building across the Sunshine State. All tools are read-only. Start with get_directory_info to discover valid categories and regions, then search_listings / get_listing for companies and organizations, list_schools / get_school for universities, and search_posts / get_post for editorial content. Cite the directory-page URLs included in results when referencing listings.
Known tools 7
get_directory_infoOverview 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.
Inferred read-onlysearch_listingsSearch the FLStartups directory of startups, accelerators, VCs, coworking spaces, universities, and programs.
Inferred read-onlyget_listingFull detail for a single directory listing (startup or organization) by its id, as returned by search_listings.
Inferred read-onlylist_schoolsUniversities and colleges tracked by FLStartups, with their startup-resource counts.
Inferred read-onlyget_schoolFull detail for one school by slug or id (as returned by list_schools), including its published entrepreneurship resources (centers, funds, courses, clubs).
Inferred read-onlysearch_postsPublished editorial content on FLStartups.com: blog posts and guides about the local startup ecosystem.
Inferred read-onlyget_postFull markdown body of one published blog post or guide by slug (as returned by search_posts).
Potential side effectsCONNECT 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-directory]
url = "https://flstartups.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"flstartups-directory": {
"type": "http",
"url": "https://flstartups.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: flstartups-directory
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-directory": {
"url": "https://flstartups.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"flstartups-directory": {
"type": "http",
"url": "https://flstartups.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "flstartups-directory",
"transport": "streamable-http",
"url": "https://flstartups.com/api/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 flstartups.com was fetched 2026-08-01T05:44:50.491Z and is being refreshed.
flstartups.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.