Are you the author? Sign in to claim
Devnors Data - MCP Server: MCP,Model Context Protocol,Claude,Cursor,WorkBuddy,接口,数据API,裁判文书,Legal Case,法律法规,法条,Law Artic
简体中文 | 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 / express APIs with your Devnors Data API Key.
You can use Devnors Data MCP with any MCP-compatible client that supports remote HTTP or local stdio servers, including:
For Codex, add Devnors Data as a remote MCP server and use the Remote HTTP URL and Authorization header below.
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.
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.
Use your Devnors Data API Key in one of these ways:
Authorization: Bearer devnors_sk_live_xxx
or, for local stdio:
DEVNORS_API_KEY=devnors_sk_live_xxx
Bearer … is the recommended Authorization format.
Optional private / self-hosted base URL for local stdio:
DEVNORS_DATA_BASE_URL=https://data.devnors.com
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.
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.
| Tool | Description |
|---|---|
list_capabilities | Discover live domain/type, filters, fields, examples, errors |
legal_case_search | Legal judgment documents |
legal_law_search | Current law articles |
content_keyword_index | Keyword traffic index |
content_keyword_expand | Keyword expansion |
content_wechat_index | WeChat Index |
content_hot_rank | Weibo / Douyin hot rank |
enterprise_company_detail | Company registration details |
enterprise_annual_report | Annual reports |
enterprise_tax_invoice | Tax invoice information |
enterprise_shixin_check | Dishonest judgment debtor check |
enterprise_zhixing_check | Enforcement debtor check |
cloud_express | Express tracking |
data_query | Unified entry for any domain + type |
Successful calls return units and request_id. Failures return structured
fields so the agent can self-correct:
code | Meaning | retryable |
|---|---|---|
unauthorized | Missing / invalid key | no |
insufficient_balance | Need top-up | no |
rate_limited | Rate limited | yes |
invalid_capability | Bad domain/type | no |
not_implemented | Planned capability | no |
unavailable / upstream_error | 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.
MIT
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
Google's universal MCP server supporting PostgreSQL, MySQL, MongoDB, Redis, and 10+ databases
Official GitHub integration for repos, issues, PRs, and CI/CD workflows