mcp-research-collective
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| blackboard_setB | Publish a belief to the shared blackboard. Returns the stored belief as a dict (with timestamp + provenance). |
| blackboard_getA | Read a single belief by key. Returns None if absent or expired. |
| blackboard_queryB | Query beliefs by regex pattern (over key or string value) and/or tag. |
| blackboard_dumpA | Return the full (non-expired) blackboard state. |
| addB | Sum two numbers. |
| subtractB | Subtract b from a. |
| multiplyB | Multiply two numbers. |
| divideA | Divide a by b. Raises if b == 0. |
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
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/SiegKat/mcp-agent-blackboard'
If you have feedback or need assistance with the MCP directory API, please join our Discord server