Manalink MCP Server
Manalink's Model Context Protocol (MCP) server implementation, allowing AI assistants to use features such as teacher search.
function
This MCP server provides the following tools:
- Obtain subject master : Obtain master of subject name and subject ID
- Get feature master : Get the master of course features (dynamically obtained from API)
- Get grade master : Get master of grade name and ID
- Teacher search (detailed) : Search for teachers by detailed parameters such as subject ID, grade ID, etc.
Prerequisites
- Node.js 18+
- npm or yarn
install
Copy
How to use
Development Mode
Copy
Production Mode
Copy
Integration with Claude for Desktop
To use it with Claude for Desktop, add the setting to the claude_desktop_config.json
file.
- Open the Claude for Desktop configuration file
Copy
- Add the following settings
Copy
- Restart Claude for Desktop
MCP Tools
1. Obtaining subject master
Copy
2. Obtaining feature master data
Copy
3. Obtain grade master data
Copy
4. Teacher search (detailed)
Copy
How to Test
You can use MCP Inspector to verify.
- Run the build and then run the inspector
Copy
license
MIT
HTML to Markdown conversion feature
It implements a function to convert HTML content obtained from Manalink into Markdown format.
How to install
Copy
How to use
Copy
Conversion results
The above HTML will generate the following markdown:
Copy
Markdown conversion of teacher search results
The Teacher Search API allows you to retrieve search results in both HTML and Markdown formats:
Copy
This server cannot be installed
A Model Context Protocol server implementation that enables AI assistants to search for tutors on Manalink platform by subject, grade level, and other criteria.