INDIVIDUAL MCP TOOL
list_frameworks
List ALL assessment frameworks on TokenRoster — name and public description only, tagged with `kind`: plain scoring frameworks (kind "score" — "Score Your Business") and programs (kind "program" — run by a registered company and accepting applications).
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.tokenroster]
url = "https://tokenroster.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tokenroster": {
"type": "http",
"url": "https://tokenroster.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tokenroster
Remote MCP URL: https://tokenroster.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": {
"tokenroster": {
"url": "https://tokenroster.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tokenroster": {
"type": "http",
"url": "https://tokenroster.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tokenroster",
"transport": "streamable-http",
"url": "https://tokenroster.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_companies— List reviewed companies in the TokenRoster registry (companies, DAOs, nonprofits, accelerators, incubators, VCs), newest first, paginated.get_company— Get one company from the TokenRoster registry by slug, with its full detail bundle: profile, token distribution, governance proposals, team positions, and cap table.list_people— List founder and contributor profiles in the TokenRoster registry, newest first, paginated.get_person— Get one person profile from the TokenRoster registry by slug, with their positions at reviewed companies.get_framework— Get one assessment framework of either kind ("score" or "program") by frameworkId — name, public description (what it assesses), and the company behind it, when one is set.list_scoring_frameworks— List plain scoring frameworks on TokenRoster (kind "score" — "Score Your Business", any company can be scored against them) — name and public description only.get_scoring_framework— Get one plain scoring framework (kind "score") by frameworkId — name, public description (what it assesses), and the company behind it, when one is set.list_program_frameworks— List program frameworks on TokenRoster (kind "program" — run by a registered company and accepting applications) — name and public description only, with the company running each one.