← teamsmarket.com
INDIVIDUAL MCP TOOL
list_categories
List all available team categories with descriptions and team counts.
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.teamsmarket-com]
url = "https://www.teamsmarket.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"teamsmarket-com": {
"type": "http",
"url": "https://www.teamsmarket.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: teamsmarket-com
Remote MCP URL: https://www.teamsmarket.com/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": {
"teamsmarket-com": {
"url": "https://www.teamsmarket.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"teamsmarket-com": {
"type": "http",
"url": "https://www.teamsmarket.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "teamsmarket-com",
"transport": "streamable-http",
"url": "https://www.teamsmarket.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_teams— Search for AI agent team specifications by keyword, category, or difficulty level.get_team_spec— Retrieve the full markdown specification for a team.discover_teams— Given a natural language task description, find the most relevant teams.activate_for_task— ALL-IN-ONE: Describe what you need to do, and this tool automatically finds the best matching team AND activates it.use_team— Load a team specification and return it as a system instruction that Claude should follow.