INDIVIDUAL MCP TOOL
get_company
Get one Hustle Fund portfolio company by id, with its profile and current live roles.
LIVE ENDPOINT
https://groundfloor.careers/api/mcp
Connect to this endpoint to inspect the live schema for get_company and invoke it with your own arguments.
Indexed 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 server
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.ground-floor]
url = "https://groundfloor.careers/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ground-floor": {
"type": "http",
"url": "https://groundfloor.careers/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ground-floor
Remote MCP URL: https://groundfloor.careers/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": {
"ground-floor": {
"url": "https://groundfloor.careers/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ground-floor": {
"type": "http",
"url": "https://groundfloor.careers/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ground-floor",
"transport": "streamable-http",
"url": "https://groundfloor.careers/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_jobs— Search live, vetted jobs at Hustle Fund portfolio startups (Ground Floor).get_job— Get full detail for a single Ground Floor job by id, including description, company context, and apply URL.list_companies— List vetted Hustle Fund portfolio companies (Ground Floor), optionally filtered by industry or stage, with their current open-role counts.submit_candidate_interest— Submit a candidate's interest in joining the Ground Floor talent collective — the warm, human-reviewed path to roles at Hustle Fund portfolio startups.