Skip to main content
Glama

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-me

CLI

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_ID

The CLI sends stories as draft by default. Publishing is a separate explicit command.

MCP

npm run build
node dist/mcp.js

The 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

/health

API health check

GET

/editorial/stories

List stories

GET

/editorial/stories/:id

Read one story

POST

/editorial/stories

Create draft, optionally with thumbnail multipart field

PATCH

/editorial/stories/:id

Small editorial updates

POST

/editorial/stories/:id/publish

Publish

POST

/editorial/stories/:id/schedule

Schedule

F
license - not found
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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