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
How to use
Development Mode
Production Mode
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
- Add the following settings
- Restart Claude for Desktop
MCP Tools
1. Obtaining subject master
2. Obtaining feature master data
3. Obtain grade master data
4. Teacher search (detailed)
How to Test
You can use MCP Inspector to verify.
- Run the build and then run the inspector
license
MIT
HTML to Markdown conversion feature
It implements a function to convert HTML content obtained from Manalink into Markdown format.
How to install
How to use
Conversion results
The above HTML will generate the following markdown:
Markdown conversion of teacher search results
The Teacher Search API allows you to retrieve search results in both HTML and Markdown formats:
A Model Context Protocol server implementation that enables AI assistants to search for tutors on Manalink platform by subject, grade level, and other criteria.
Related MCP Servers
- -securityFlicense-qualityA versatile Model Context Protocol server that enables AI assistants to manage calendars, track tasks, handle emails, search the web, and control smart home devices.Last updated -13Python
- AsecurityFlicenseAqualityA Model Context Protocol server that enables AI assistants to perform real-time web searches, retrieving up-to-date information from the internet via a Crawler API.Last updated -161614JavaScript
- -securityAlicense-qualityA Model Context Protocol server that provides real-time web search capabilities to AI assistants through pluggable search providers, currently integrated with the Brave Search API.Last updated -10TypeScriptMIT License
- AsecurityAlicenseAqualityA discovery and recommendation service that helps AI assistants find Model Context Protocol servers based on natural language queries.Last updated -50356TypeScriptMIT License