Ntealan Apis Mcp Server
@Levis0045
About Ntealan Apis Mcp Server
A modular, extensible Model Context Protocol (MCP) server for NTeALan REST APIs dictionaries and contributions. This project provides a unified interface for managing dictionary data, articles, and user contributions, and is designed for easy integration and extension.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"ntealan-apis-mcp-server": {
"command": "uv",
"args": [
"sync"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Ntealan Apis Mcp Server?
Ntealan Apis Mcp Server is a modular, extensible Model Context Protocol (MCP) server for NTeALAN REST APIs dictionaries. It provides a unified interface for managing dictionary data, articles, and user contributions, and is designed for easy integration and extension. The project is deployed at https://apis.ntealan.net/ntealan/mcpserver and only resource actions are currently usable.
How to use Ntealan Apis Mcp Server?
Install via pip (pip install .) or uv (uv sync) from the cloned repository. Run the server with python -m ntealanmcp -t stdio (or ntealanmcp -t stdio if using uv). By default the server uses SSE transport at http://127.0.0.1:8000/sse. Connect a MCP client to that endpoint by adding the /sse path.
Key features of Ntealan Apis Mcp Server
- Dictionary management: create, update, delete, and retrieve dictionaries and metadata.
- Article management: manage articles within dictionaries, including statistics and filtering.
- Contribution management: track and manage user contributions to articles and dictionaries.
- Extensible MCP server with async support via
fastmcpandaiohttp. - OpenAPI-like resource registration with URIs and tags.
- Stable resource endpoints for dictionaries, articles, and contributions.
Use cases of Ntealan Apis Mcp Server
- Retrieve dictionary metadata and statistics by ID or for all dictionaries.
- Search and fetch articles within a specific dictionary or globally.
- Manage contributions to dictionary articles and track their status.
- Integrate NTeALAN dictionary data into AI assistants and workflows via MCP.
FAQ from Ntealan Apis Mcp Server
What runtime dependencies does the server require?
Python 3.11+, along with uv, aiohttp, pydantic, fastmcp, aiodns, and python-dotenv.
What transport protocols are supported?
The server runs with SSE (Server‑Sent Events) by default at http://127.0.0.1:8000/sse. It also supports stdio transport when started with the -t stdio flag.
Where does the data come from?
All data is retrieved from the NTeALAN REST APIs dictionaries endpoint (apis.ntealan.net/ntealan). The server itself does not store data.
Are there any known limitations?
The development endpoint may be unavailable at times. Tool actions (create, update, delete) are listed but have not yet been implemented (marked as “Not started”). Only resource actions are currently usable.
How do I connect a client to this server?
Use the deployed endpoint https://apis.ntealan.net/ntealan/mcpserver with /sse appended. For local instances, connect to http://127.0.0.1:8000/sse.
More Other MCP servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Comments