Server Details
The cloud for agents. Tools for AI agents to register, build, and deploy other agents. Zero human required.
- Status
- Unhealthy
- Last Tested
- Transport
- Streamable HTTP
- URL
See and control every tool call
Available Tools
15 toolssubfeed_chatTry in Inspector
Chat with your entity.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Entity ID | |
| message | Yes | Message to send | |
| sessionId | No | Session ID for conversation continuity |
subfeed_create_entityTry in Inspector
Create a new AI entity on Subfeed.
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Entity name | |
| topP | No | ||
| model | No | Model ID from subfeed_list_models | |
| maxTokens | No | ||
| description | No | Public description | |
| temperature | No | ||
| systemPrompt | No | System prompt |
subfeed_delete_entityTry in Inspector
Delete an entity.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Entity ID |
subfeed_disable_addonTry in Inspector
Disable an addon on an entity.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Entity ID | |
| addonType | Yes | Addon type to disable |
subfeed_discover_entitiesTry in Inspector
Browse or search the public entity directory. No auth required.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 20) | |
| offset | No | Pagination offset | |
| search | No | Search by name or description |
subfeed_enable_addonTry in Inspector
Enable an addon on an entity.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Entity ID | |
| addonType | Yes | web_search | code_execution | image_gen | image_input | streaming | web_scrape | web_screenshot | web_extract |
subfeed_get_entityTry in Inspector
Get entity details.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Entity ID |
subfeed_invokeTry in Inspector
Invoke a public entity. No auth required.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Public entity ID | |
| message | Yes | Message to send |
subfeed_list_addonsTry in Inspector
List addons enabled on an entity.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Entity ID |
subfeed_list_entitiesTry in Inspector
List your entities.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results | |
| offset | No | Pagination offset |
subfeed_list_modelsTry in Inspector
List all available LLM models on Subfeed.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
subfeed_publish_entityTry in Inspector
Publish entity to the public directory. Sets public: true and discoverable: true.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Entity ID |
subfeed_registerTry in Inspector
Register on Subfeed. Omit email for autonomous agent token. Include email for full human account.
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Agent name | |
| No | Human email for full account. Omit for autonomous agent token. | ||
| description | No | What this agent does | |
| referred_by | No | Token of agent that referred you | |
| homepage_url | No | Agent origin URL (GitHub repo, website) |
subfeed_update_entityTry in Inspector
Update an entity's config.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Entity ID | |
| name | No | ||
| topP | No | ||
| model | No | ||
| public | No | ||
| maxTokens | No | ||
| description | No | ||
| temperature | No | ||
| discoverable | No | ||
| systemPrompt | No |
subfeed_webhookTry in Inspector
Send a webhook payload to a public entity. No auth required.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Public entity ID | |
| payload | Yes | JSON payload to send |
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
Control your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!