Devnors Data MCP Server
OfficialProvides ability to query WeChat Index data (content_wechat_index) through Devnors Data MCP server.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Devnors Data MCP ServerSearch Chinese legal judgment documents for private lending interest disputes."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Devnors Data MCP Server
简体中文 | English
Use Devnors Data in MCP clients such as Codex, Claude Desktop, Cursor, WorkBuddy, and other AI assistant tools.
Devnors Data MCP helps your assistant discover available capabilities, inspect required parameters, and call legal / enterprise / content / research / express APIs with your Devnors Data API Key.
Supported Clients
You can use Devnors Data MCP with any MCP-compatible client that supports remote HTTP or local stdio servers, including:
Codex
Claude Desktop
Cursor
WorkBuddy
Other MCP-compatible AI assistants
For Codex, add Devnors Data as a remote MCP server and use the Remote HTTP URL and Authorization header below.
Related MCP server: Semantic API
Quick Start
Remote HTTP
Remote HTTP is the recommended way to use Devnors Data MCP. No local Python install is required.
{
"mcpServers": {
"devnors-data": {
"url": "https://data.devnors.com/mcp",
"headers": {
"Authorization": "Bearer devnors_sk_live_xxx"
}
}
}
}Create an API Key in the developer console.
Local stdio
You can also run the MCP server locally after pip install devnors-mcp.
{
"mcpServers": {
"devnors-data": {
"command": "python",
"args": ["-m", "devnors_mcp.server"],
"env": {
"DEVNORS_API_KEY": "devnors_sk_live_xxx"
}
}
}
}On Windows, client PATH often cannot find devnors-mcp. Prefer the python -m
form above, or set command to an absolute Python path.
Token
Use your Devnors Data API Key in one of these ways:
Authorization: Bearer devnors_sk_live_xxxor, for local stdio:
DEVNORS_API_KEY=devnors_sk_live_xxxBearer … is the recommended Authorization format.
Optional private / self-hosted base URL for local stdio:
DEVNORS_DATA_BASE_URL=https://data.devnors.comThings You Can Ask
Ask your MCP client naturally:
List available Devnors Data capabilities and required filters.More examples:
Search Chinese legal judgment documents for private lending interest disputes.Look up current PRC law articles about contract termination.Get company registration details for this credit code.Check whether this company is on the dishonest judgment debtor list.Show today's Douyin hot rank.Track this express parcel with company code and tracking number.Search academic papers titled Attention Is All You Need.Find scholars named Andrew Ng and open the top profile detail.The API returned insufficient_balance. What should I do next?The API returned rate_limited. Help me retry safely.The assistant can call list_capabilities first, explain required parameters,
invoke the selected tool after you provide values, and help interpret common
error codes.
Tools
Tool | Description |
| Discover live domain/type, filters, fields, examples, errors |
| Legal judgment documents |
| Current law articles |
| Keyword traffic index |
| Keyword expansion |
| WeChat Index |
| Weibo / Douyin hot rank |
| Company registration details |
| Annual reports |
| Tax invoice information |
| Dishonest judgment debtor check |
| Enforcement debtor check |
| Express tracking |
| Express company code table |
| Academic paper search |
| Patent search |
| Journal / conference search |
| Paper detail |
| Patent detail |
| Journal / conference detail |
| Scholar search |
| Scholar detail |
| Unified entry for any domain + type |
Billing and Errors
Successful calls return units and request_id. Failures return structured
fields so the agent can self-correct:
| Meaning |
|
| Missing / invalid key | no |
| Need top-up | no |
| Rate limited | yes |
| Bad domain/type | no |
| Planned capability | no |
| Temporary failure | yes |
Retryable 429 / 5xx errors are retried by the underlying Python SDK with
bounded backoff. The MCP layer does not stack extra retries.
Related
Python SDK: devnors-data-python
Product site: https://data.devnors.com
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseBqualityDmaintenanceProvides access to all 471+ DigitalOcean API endpoints through an MCP server that dynamically extracts them from the OpenAPI specification, enabling search, filtering, and direct API calls with proper authentication.61
- AlicenseBqualityDmaintenanceNatural language API discovery MCP server. Search 700+ API capabilities across 163 current providers, get, exact endpoints, auth setup, and code snippets. Supports auto-discovery of new APIs.31MIT
- Flicense-qualityCmaintenanceEnables automated company formation across multiple jurisdictions with REST and MCP interfaces. Supports jurisdiction listing, requirement details, cost estimation, and secure API key management.

apexapi-mcpofficial
AlicenseAqualityCmaintenanceEnables calling 120+ AI models and reading live web pages (scrape, crawl, structured extract) from any MCP client using one API key.963MIT
Related MCP Connectors
Search, document and execute authenticated API calls across 500+ apps via one MCP server
APIs.guru MCP — keyless directory of 2,500+ public APIs and their OpenAPI specs.
34 production API tools over one hosted MCP endpoint.
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/DevnorsAI/devnors-data-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server