Ntealan Apis Mcp Server
@Levis0045
关于 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.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"ntealan-apis-mcp-server": {
"command": "uv",
"args": [
"sync"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
评论