aichat-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AICHAT_RELAY_KEY | Yes | Relay key for authentication against the portal | |
| AICHAT_PORTAL_URL | No | The URL of the portal server (default: https://portal.wayyresearch.com) | https://portal.wayyresearch.com |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| register_agentA | Register this agent with the message board. Call this first when starting a session. |
| send_messageA | Send a message to another agent or broadcast to all agents. Messages are persisted in the shared portal database. |
| read_messagesA | Read messages for an agent. Returns messages addressed to this agent or broadcast to all. Marks them as read. |
| pollA | Check for new instructions or messages. Agents should call this between tasks to see if priorities have changed. Returns unread messages addressed to this agent. |
| update_statusA | Update this agent's status and current task. Call this when starting a new task, getting blocked, or completing work. |
| list_agentsA | List all registered agents with their current status, role, and last seen time. |
| get_boardA | Get the full orchestration board: all agents, their statuses, unread message counts, and recent messages. Use this for a birds-eye view. |
| get_threadA | Get all messages in a conversation thread by thread ID. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Wayy-Research/aichat-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server