exact-synergy-globe-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| EXACT_API_AUTH | No | Authentication method: NTLM, Basic, or pre-issued OAuth credentials. | |
| EXACT_API_KIND | No | Exact installation kind, e.g. 'synergy'. | |
| EXACT_READ_ONLY | No | Whether to run in read-only mode. The server is read-only by default. | true |
| EXACT_API_DOMAIN | No | Domain for NTLM authentication (e.g. EXAMPLE). | |
| EXACT_API_DB_NAME | No | Database name for NTLM authentication (e.g. Synergy). | |
| EXACT_API_BASE_URL | No | Exact REST/OData Entity Services base URL. If not set, the server starts in offline discovery mode. | |
| EXACT_API_PASSWORD | No | Password for authentication. | |
| EXACT_API_USERNAME | No | Username for authentication. | |
| EXACT_API_DB_SERVER | No | Database server for NTLM authentication. | |
| EXACT_ALLOWED_ENTITIES | No | Comma-separated list of allowed entities (e.g. 'Account,Resource,Request'). |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
| completions | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| exact_get_server_infoA | Check configuration, connectivity, product selection, and live metadata availability without exposing connection secrets. |
| exact_get_capabilitiesA | Return capabilities detected or verified against the configured Exact installation. |
| exact_list_entitiesA | List live metadata entities allowed by the effective read policy. |
| exact_get_entity_schemaB | Return keys, properties, types, and discovered support for an allowed entity. |
| exact_get_entityB | Read one allowed entity record by a validated simple or composite key. |
| exact_list_entity_recordsA | Read allowed entity records using structured filters, validated fields, ordering, limits, and a safe continuation cursor. Raw OData is not accepted. |
| exact_list_actionsA | List only public actions discovered in live Exact metadata; internal-looking actions are excluded. |
| exact_get_action_schemaB | Return the discovered schema for a public Exact action. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Exact products | Configured product and metadata source without secrets |
| Exact capabilities | Capabilities detected or verified against Exact |
| Effective Exact policies | Effective read/write policy without connection secrets |
| synergy entities | Allowed synergy entity summaries from live metadata |
| globe entities | Allowed globe entity summaries from live metadata |
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/joanbosch/exact-synergy-globe-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server