mcp-tw-company
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_company_registrations_by_name_keywordB | Search company registrations by company name keyword and status. |
| get_branch_offices_by_company_numberB | Get branch office records by company unified business number. |
| get_company_name_by_numberC | Get company name by unified business number. |
| get_registry_entity_type_by_numberA | Check whether a unified number is company, branch, or business. |
| get_company_directors_by_numberB | Get company directors/supervisors by unified business number. |
| get_company_registration_master_by_numberB | Get company registration master profile by unified business number. |
| get_company_registration_with_business_items_by_numberC | Get company registration profile with business items by unified business number. |
| get_business_registration_profile_by_agencyC | Get business registration profile by business number and agency. |
| get_business_registration_items_by_numberC | Get business registration items by business number. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 9 tools
Each tool targets a distinct aspect of company data (branch offices, directors, name, registration profile, etc.), with clear separation even among similar-sounding tools like master profile vs. registration with business items.
All tools follow a consistent 'get_' + descriptive noun phrase pattern with underscores, making naming predictable and easy to navigate.
9 tools is well-scoped for a company information retrieval server, covering essential queries without redundancy or unnecessary complexity.
The set comprehensively covers common lookup needs by number and name keyword, but lacks operations like listing all companies or searching by additional criteria, which is a minor gap.