JustOneAPI MCP Server
OfficialSearch and retrieve posts from Bilibili, including keyword search, date filtering, and pagination.
Search and retrieve posts from Kuaishou, including keyword search, date filtering, and pagination.
Search and retrieve posts from WeChat, including keyword search, date filtering, and pagination.
Search and retrieve posts from Xiaohongshu, including keyword search, date filtering, and pagination.
Search and retrieve posts from Zhihu, including keyword search, date filtering, and pagination.
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., "@JustOneAPI MCP ServerSearch for deepseek across all Chinese social media platforms"
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.
JustOneAPI MCP Server
简体中文 | English
Use JustOneAPI in MCP clients such as Codex, Claude Desktop, Cursor, and other AI assistant tools.
JustOneAPI MCP helps your assistant find the right JustOneAPI endpoint, inspect the required parameters, and call the API with your JustOneAPI token.
Supported Clients
You can use JustOneAPI MCP with any MCP-compatible client that supports remote HTTP or local stdio servers, including:
Codex
Claude Desktop
Cursor
Other MCP-compatible AI assistants
For Codex, add JustOneAPI as a remote MCP server and use the Remote HTTP URL and Authorization header below.
Related MCP server: MCP from API
Quick Start
Remote HTTP
Remote HTTP is the recommended way to use JustOneAPI MCP.
{
"mcpServers": {
"justoneapi": {
"url": "https://mcp.justoneapi.com/mcp",
"headers": {
"Authorization": "Bearer your_token"
}
}
}
}Local stdio
You can also run the MCP server locally with npx.
{
"mcpServers": {
"justoneapi": {
"command": "npx",
"args": ["-y", "justoneapi-mcp"],
"env": {
"JUSTONEAPI_TOKEN": "your_token"
}
}
}
}The confidential JUSTONEAPI_PRIVATE_CATALOG_TERMS registry is an operator-only catalog release
safeguard. Without it, discovery and schema tools use the release-scanned bundled catalog, and
dynamic catalog refresh, promotion, and rollback remain disabled. Runtime API and account calls do
not require this registry and return the upstream payload through the normal truncation behavior.
Do not copy the registry into shared or public client configuration.
Token
Use your JustOneAPI token in one of these ways:
Authorization: Bearer your_tokenor, for local stdio:
JUSTONEAPI_TOKEN=your_tokenBearer your_token is the recommended Authorization format.
Things You Can Ask
Ask your MCP client naturally:
Find the Xiaohongshu note comments API and tell me which parameters are required.More examples:
Which Douyin APIs can get video details?Call the Xiaohongshu note comments API with this note ID: xxxxx.List the Weibo search-related APIs and explain when to use each one.Continue to the next page of results.Check my JustOneAPI balance.Show my recent API usage and spending.The API returned code 400. Help me check which parameter might be wrong.The API returned code 601 or 602. What does it mean?The assistant can search available JustOneAPI endpoints, explain required parameters, call the selected API after you provide the needed values, and help interpret common response codes.
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
- FlicenseCqualityBmaintenanceEnables interaction with the OpenData Platform API by dynamically exposing all endpoints as MCP tools with typed input schemas and HTTP handlers.Last updated99
- Flicense-qualityCmaintenanceEnables users to expose arbitrary HTTP APIs as configurable MCP tools by defining tool specifications in a JSON configuration file.Last updated3,2773
- Alicense-qualityDmaintenanceProvides a standardized MCP interface for interacting with Shopify tools and services, enabling unified API access and compatibility with MCP-compliant clients.Last updated1MIT
- Alicense-qualityBmaintenanceExposes the UniFi Network Integration API as MCP tools, dynamically loaded from JSON manifests, with read-only mode by default.Last updatedMIT
Related MCP Connectors
34 production API tools over one hosted MCP endpoint.
JSON tools MCP.
jargon-translator MCP — wraps StupidAPIs (requires X-API-Key)
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/justoneapi/justoneapi-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server