tapir-archicad-mcp
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 |
|---|---|
| discovery_list_active_archicadsA | Scans for and lists all running Archicad instances that the server can connect to. Each instance is identified by a unique 'port' number. This 'port' is required to target any other command. |
| archicad_discover_toolsA | Performs a semantic search over all available Archicad commands to find the most relevant tools for a task. The search is more effective with detailed, descriptive queries. For example, instead of a short query like 'selection', try a more complete, action-oriented query like 'get the currently selected elements' or 'add elements to the current selection'. Use this to find the correct tool 'name' before using 'archicad_call_tool'. |
| archicad_call_toolA | Executes a specific Archicad API command by its 'name'. This is the primary tool for interacting with Archicad. The 'arguments' dictionary MUST contain a 'port' number to target a specific Archicad instance. To get a valid 'port' number, you MUST first call the 'discovery_list_active_archicads' tool. If a tool's response includes a 'next_page_token', it means the results are paginated. To get the next page, call this same tool again with the same 'name' and 'arguments', but also add a 'page_token' key to the 'arguments' dictionary with the received token. |
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/SzamosiMate/tapir-archicad-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server