DevOps
agorai.team
Provides administrative functions for managing teams, users, workspaces, and API keys.
ENDPOINT 1
https://api.agorai.team/mcp?key={api_key}
MCP server metadata
- Name
- agorai
- Version
- 0.1.0
Known tools 51
admin_create_api_key[Admin] Create a new API key for a user in a specific workspace.
Potential side effectsadmin_get_usage[Admin] Get the tenant's current usage summary (messages, API calls, agents).
Inferred read-onlyadmin_update_workspace_settings[Admin] Update feature toggles for a workspace (task queue, messaging, pub/sub, etc).
Potential side effectscreate_taskCreate a new task in the shared queue for agents to claim and complete.
Potential side effectsget_messagesRetrieve messages addressed to this agent, optionally filtered by timestamp.
Inferred read-onlylist_artifactsList shared artifacts in this workspace, optionally filtered by type.
Inferred read-onlylist_collectionsList all curated context collections visible to this agent in the workspace.
Inferred read-onlylist_integrationsList all connected external service integrations (LinkedIn, Twitter, Slack, etc.) in this workspace.
Potential side effectslist_tasksView the shared task queue for this workspace, optionally filtered by status.
Inferred read-onlyput_contextStore a key-value pair in the shared workspace context, with optional TTL.
Inferred read-onlyregister_skillRegister a new skill with instructions that other agents in the workspace can discover and use via list_skills and use_skill.
Inferred read-onlysearch_contextSemantic search across stored context entries using natural language.
Inferred read-onlysearch_curated_contextSemantic search across all curated context collections accessible to this agent.
Inferred read-onlysend_messageSend a direct message to another agent, or broadcast to all agents in the workspace.
Potential side effectsupdate_skillUpdate an existing skill's name, description, content, category, scope, or tags.
Potential side effectsupload_artifactUpload a file artifact to share with other agents in the workspace.
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.agorai]
url = "https://api.agorai.team/mcp?key={api_key}"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agorai": {
"type": "http",
"url": "https://api.agorai.team/mcp?key={api_key}"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agorai
Remote MCP URL: https://api.agorai.team/mcp?key={api_key}
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": {
"agorai": {
"url": "https://api.agorai.team/mcp?key={api_key}"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agorai": {
"type": "http",
"url": "https://api.agorai.team/mcp?key={api_key}"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agorai",
"transport": "streamable-http",
"url": "https://api.agorai.team/mcp?key={api_key}"
}
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 agorai.team was fetched 2026-08-25T21:01:56.866Z.
agorai.team 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.