Productivity
cherokeeai.com
Automates business processes and workflows for small businesses.
ENDPOINT 1
https://cherokeeai.com/fifty50/mcp
MCP server metadata
- Name
- fifty50
- Version
- 1.27.2
Known tools 9
create_partnershipCreate a partnership and its partners (Fifty50 API: POST /v1/partnerships).
Potential side effectsadd_contributionLog what a partner contributed; this drives the equity split (Fifty50 API: POST /v1/partnerships/{pid}/contributions).
Potential side effectsget_attributionGet the current fair equity split for a partnership, with reasoning and uncertainty bands (Fifty50 API: GET /v1/partnerships/{pid}/attribution).
Inferred read-onlyforecast_equityMonte-Carlo simulate where the equity split is heading (Fifty50 API: POST /v1/partnerships/{pid}/simulate).
Potential side effectsrecommend_vestingRecommend a vesting plan and flag when a grant has drifted from fair (Fifty50 API: POST /v1/partnerships/{pid}/vesting-plan).
Potential side effectsbrowse_marketplaceBrowse the co-founder / collaborator marketplace (Fifty50 API: GET /v1/listings).
Inferred read-onlypost_listingPost a marketplace listing to find a co-founder or skill you're missing (Fifty50 API: POST /v1/listings).
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.fifty50]
url = "https://cherokeeai.com/fifty50/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"fifty50": {
"type": "http",
"url": "https://cherokeeai.com/fifty50/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: fifty50
Remote MCP URL: https://cherokeeai.com/fifty50/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": {
"fifty50": {
"url": "https://cherokeeai.com/fifty50/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"fifty50": {
"type": "http",
"url": "https://cherokeeai.com/fifty50/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "fifty50",
"transport": "streamable-http",
"url": "https://cherokeeai.com/fifty50/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 cherokeeai.com was fetched 2026-08-21T12:45:22.016Z.
cherokeeai.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.