wisel-mcp
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., "@wisel-mcplist my draft stories"
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.
Wisel MCP
Editorial bridge for Wisel.my. It provides a small CLI and MCP server that talk to the Wisel API on the Hostinger VPS.
Architecture
The MCP/CLI runs in the trusted editorial environment and calls the VPS API over HTTPS. The VPS API remains private or token-protected; the MCP is not a replacement for the Wisel backend.
Related MCP server: postforme-mcp-pro
Configuration
export WISEL_API_URL=https://api.wisel.my
export WISEL_API_TOKEN=replace-meCLI
npm install
npm run build
node dist/cli.js health
node dist/cli.js stories --status draft
node dist/cli.js create --file story.json --thumbnail thumbnail.webp
node dist/cli.js publish STORY_IDThe CLI sends stories as draft by default. Publishing is a separate explicit command.
MCP
npm run build
node dist/mcp.jsThe MCP uses stdio, which is suitable for a future ChatGPT connector/host. It exposes health_check, list_stories, get_story, create_story_draft, update_story, publish_story, and schedule_story.
Story input
See examples/story.json. Thumbnail upload is multipart and accepts common image formats. Keep generated thumbnails optimized, preferably WebP/AVIF and below 300 KB.
VPS contract
The Wisel API should expose the following token-protected routes:
Method | Route | Purpose |
GET |
| API health check |
GET |
| List stories |
GET |
| Read one story |
POST |
| Create draft, optionally with |
PATCH |
| Small editorial updates |
POST |
| Publish |
POST |
| Schedule |
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
- AlicenseAqualityCmaintenanceMCP server for the Influencers Club API — creator enrichment, discovery, audience analysis, content data, batch operations, and account management.Last updated222MIT
- AlicenseAqualityBmaintenanceMCP server for the Post for Me API, enabling publishing, scheduling, editing, deleting, and analyzing social media posts across 9 platforms from any MCP client.Last updated27661MIT
- Alicense-qualityBmaintenanceMCP server for Strapi CMS content and media management.Last updated32MIT
- AlicenseBqualityBmaintenanceMCP server for the digihub.li content API, enabling Claude to read and write Stories, Solutions, and Sessions, and upload images for media.Last updated1719MIT
Related MCP Connectors
This MCP server provides seamless access to Malaysia's government open data, including datasets, w…
Official PicSee MCP server for short links, link management, click analytics, and optional OAuth.
MCP server for AgentDocs (agentdocs.eu): read, search, write, comment on & share Markdown docs.
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/khusairy/wisel-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server