sealchat-agent-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SEALCHAT_AGENT_TOKEN | No | The API token for the SealChat Agent API (usually starts with 'agt_'). Required unless using a config file or inline agent URLs. | |
| SEALCHAT_AGENT_CONFIG | No | Path to a JSON config file containing baseUrl and token. Environment variables take precedence. | |
| SEALCHAT_AGENT_PROFILE | No | Profile name; defaults to 'default'. | default |
| SEALCHAT_AGENT_BASE_URL | No | The base URL of the SealChat deployment (e.g. https://your-sealchat.example/). Required unless using a config file or inline agent URLs. | |
| SEALCHAT_AGENT_MAX_PAGES | No | Maximum number of pages to fetch during pagination; defaults to 10000. | 10000 |
| SEALCHAT_AGENT_STATE_FILE | No | Path to a state file for checkpointing incremental sync. | |
| SEALCHAT_AGENT_TIMEOUT_MS | No | Timeout in milliseconds for HTTP requests; defaults to 10000. | 10000 |
| SEALCHAT_AGENT_MAX_RETRIES | No | Maximum number of retries for retriable HTTP errors; defaults to 3. | 3 |
| SEALCHAT_AGENT_MAX_BACKOFF_MS | No | Maximum backoff in milliseconds between retries; defaults to 30000. | 30000 |
| SEALCHAT_AGENT_ALLOW_INLINE_URL | No | Set to '1' to allow passing agent_url as a tool argument. When enabled, base URL and token may be omitted if agent_url is provided per call. Defaults to '0'. | 0 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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/kagangtuya-star/sealchat-agent-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server