ShipMCP
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 |
|---|---|
| search_ship_termsA | Search shipbuilding terminology by keyword. IMPORTANT: Use this for ANY shipbuilding question, including Korean terms! Searches across English terms, Korean terms (한국어), abbreviations, and descriptions. Example: search_ship_terms("용골") will find "Keel" Example: search_ship_terms("DWT") will find "Deadweight Tonnage" Args: query: The keyword or phrase to search for (English or Korean — both work!) max_results: Maximum number of results to return (default 10, max 50) Returns: A list of matching terms with id, English, Korean, abbreviation, and description |
| get_term_detailA | Get detailed information about a specific shipbuilding term. IMPORTANT: Call this after search_ship_terms() to get FULL details. Works with Korean names too! e.g. get_term_detail("용골") returns keel details. Args: term_id_or_name: The term's unique ID (e.g. 'bulk-carrier'), English name, or Korean name (e.g. '용골', '벌크선') Returns: Detailed term information including descriptions, category, synonyms, and related terms |
| list_terms_by_categoryA | List all shipbuilding terms in a specific category. Args: category_id: The category ID. Available: ship-types, hull-structure, propulsion, navigation, cargo, safety, shipbuilding-process, ship-dimensions, design, marine-engineering, mooring-anchoring, electrical, classification, welding-fabrication Returns: A list of terms in the category with basic info |
| list_categories_toolA | List all shipbuilding terminology categories. Returns: All available categories with their IDs, names, and descriptions |
| translate_termA | Translate a shipbuilding term between English and Korean. Args: term: The term to translate (English or Korean) from_lang: Source language ('en' or 'ko', default 'en') to_lang: Target language ('en' or 'ko', default 'ko') Returns: The translated term and related information |
| get_term_statisticsB | Get statistics about the shipbuilding terminology database. Returns: Count of terms, categories, and category-wise distribution |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| learn_term | Learn about a specific shipbuilding term in detail. Creates a structured learning prompt for understanding a shipbuilding term. Args: term_name: The English or Korean name of the term to learn about |
| korean_english_glossary | Generate a Korean-English glossary for a shipbuilding category. Args: category: Category ID or 'all' for entire glossary |
| explain_document | Explain shipbuilding-related text by identifying and defining key terms. Args: text: The text containing shipbuilding terminology to explain |
| compare_terms | Compare two shipbuilding terms and explain their differences. Args: term1: First term (English or Korean) term2: Second term (English or Korean) |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| list_all_categories | List all shipbuilding terminology categories. |
| full_glossary | Get a compact glossary of all shipbuilding terms (English → Korean). |
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/haema3/ShipMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server