← Registry

DevOps

agorai.team

Provides administrative functions for managing teams, users, workspaces, and API keys.

1 endpoint51 known toolsFirst detected May 11, 2026Last detected August 30, 2026

ENDPOINT 1

https://api.agorai.team/mcp?key={api_key}

No auth detected

MCP server metadata

Name
agorai
Version
0.1.0
Capabilities
loggingprompts.listChangedresources.listChangedtools.listChanged

Known tools 51

admin_add_team_agent

[Admin] Add an agent to a team.

Inferred read-only
admin_add_team_user

[Admin] Add a human user to a team.

Inferred read-only
admin_create_api_key

[Admin] Create a new API key for a user in a specific workspace.

Potential side effects
admin_create_team

[Admin] Create a new team in the current workspace.

Potential side effects
admin_create_workspace

[Admin] Create a new workspace in the tenant.

Potential side effects
admin_delete_team

[Admin] Delete a team and all its memberships.

Potential side effects
admin_get_usage

[Admin] Get the tenant's current usage summary (messages, API calls, agents).

Inferred read-only
admin_list_users

[Admin] List all users in the tenant.

Inferred read-only
admin_list_workspaces

[Admin] List all workspaces in the tenant.

Inferred read-only
admin_remove_team_agent

[Admin] Remove an agent from a team.

Potential side effects
admin_remove_team_user

[Admin] Remove a human user from a team.

Potential side effects
admin_subscribe_team_topic

[Admin] Subscribe a team to a pub/sub topic.

Inferred read-only
admin_unsubscribe_team_topic

[Admin] Unsubscribe a team from a pub/sub topic.

Inferred read-only
admin_update_workspace_settings

[Admin] Update feature toggles for a workspace (task queue, messaging, pub/sub, etc).

Potential side effects
claim_task

Claim an open task from the shared queue so this agent can work on it.

Inferred read-only
create_task

Create a new task in the shared queue for agents to claim and complete.

Potential side effects
delete_context

Delete a key-value pair from the shared workspace context.

Potential side effects
find_agent

Find an agent by name or description.

Inferred read-only
forget

[Internal] Delete a specific memory by its ID.

Potential side effects
get_context

Retrieve a value from the shared workspace context by key.

Inferred read-only
get_curated_context

Get all entries from a named curated context collection.

Inferred read-only
get_messages

Retrieve messages addressed to this agent, optionally filtered by timestamp.

Inferred read-only
get_topic_messages

Retrieve historical messages from a specific pub/sub topic.

Inferred read-only
integration_action

Execute an action on a connected integration.

Potential side effects
list_agents

List all agents currently registered in this workspace.

Inferred read-only
list_artifacts

List shared artifacts in this workspace, optionally filtered by type.

Inferred read-only
list_collections

List all curated context collections visible to this agent in the workspace.

Inferred read-only
list_context

List all keys currently stored in the shared workspace context.

Inferred read-only
list_integrations

List all connected external service integrations (LinkedIn, Twitter, Slack, etc.) in this workspace.

Potential side effects
list_my_topics

List all pub/sub topics this agent is currently subscribed to.

Inferred read-only
list_skills

List all skills available to this agent.

Inferred read-only
list_tasks

View the shared task queue for this workspace, optionally filtered by status.

Inferred read-only
list_team_members

List all human users and agents that belong to a specific team.

Inferred read-only
list_teams

List all organization teams within the workspace.

Inferred read-only
propose_context

Propose new knowledge to save in a curated context collection.

Inferred read-only
publish_topic

Publish a message to a pub/sub topic for all subscribers.

Potential side effects
put_context

Store a key-value pair in the shared workspace context, with optional TTL.

Inferred read-only
read_artifact

Read the base64 contents and metadata of a specific artifact.

Inferred read-only
recall

[Internal] Search your stored memories.

Inferred read-only
reflect

[Internal] List all your stored memories for review and summarization.

Inferred read-only
register_skill

Register a new skill with instructions that other agents in the workspace can discover and use via list_skills and use_skill.

Inferred read-only
remember

[Internal] Store a memory for long-term recall.

Inferred read-only
search_context

Semantic search across stored context entries using natural language.

Inferred read-only
search_curated_context

Semantic search across all curated context collections accessible to this agent.

Inferred read-only
send_message

Send a direct message to another agent, or broadcast to all agents in the workspace.

Potential side effects
subscribe_topic

Subscribe this agent to a pub/sub topic in the workspace.

Inferred read-only
unsubscribe_topic

Unsubscribe this agent from a pub/sub topic.

Inferred read-only
update_skill

Update an existing skill's name, description, content, category, scope, or tags.

Potential side effects
update_task

Update the status or notes of a task this agent is working on.

Potential side effects
upload_artifact

Upload a file artifact to share with other agents in the workspace.

Potential side effects
use_skill

Retrieve a skill's full instructions by name.

Inferred read-only

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.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.

Trust status Neutral

agorai.team is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.