TrueConf Server MCP
Officialby TrueConf
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AUTH_MODE | No | Authentication mode: token (manual token) | token |
| MCP_NO_TLS | No | Disable TLS and use plain HTTP; changes the default port to 80 | false |
| MCP_TLS_KEY | No | Path to a PEM private key; requires MCP_TLS_CERT | |
| HTTP_TIMEOUT | No | TrueConf API request timeout in seconds | 30.0 |
| MCP_BASE_URL | No | Public MCP server URL; it must be reachable by MCP clients | https://localhost |
| MCP_TLS_CERT | No | Path to a PEM certificate; requires MCP_TLS_KEY | |
| API_TOKEN_TTL | No | Token TTL in seconds | 86400 |
| DISCOVERY_MODE | No | Tool discovery mode: static, bm25, or code | static |
| TRUECONF_SECRET | Yes | OAuth client secret | |
| TRUECONF_SERVER | Yes | TrueConf Server host (IP address or FQDN) | |
| TRUECONF_MCP_PORT | No | Server port | 443 |
| TRUECONF_CLIENT_ID | Yes | OAuth client ID | |
| TRUECONF_VERIFY_SSL | No | Verify the TrueConf Server TLS certificate | true |
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/TrueConf/trueconf-server-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server