← Registry

Data Collection

flstartups.com

Provides access to the FLStartups directory of startups and entrepreneurship resources in Florida.

1 endpoint7 known toolsFirst detected July 19, 2026Last detected August 28, 2026

ENDPOINT 1

https://flstartups.com/api/mcp

No auth detected

MCP server metadata

Name
flstartups-directory
Version
1.0.0
Capabilities
tools
Server instructions

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_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.

Inferred read-only
search_listings

Search the FLStartups directory of startups, accelerators, VCs, coworking spaces, universities, and programs.

Inferred read-only
get_listing

Full detail for a single directory listing (startup or organization) by its id, as returned by search_listings.

Inferred read-only
list_schools

Universities and colleges tracked by FLStartups, with their startup-resource counts.

Inferred read-only
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).

Inferred read-only
search_posts

Published editorial content on FLStartups.com: blog posts and guides about the local startup ecosystem.

Inferred read-only
get_post

Full markdown body of one published blog post or guide by slug (as returned by search_posts).

Potential side effects

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-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.

Trust status Trusted

flstartups.com 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.