Neptime MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NEPTIME_API_KEY | Yes | Your Neptime API key |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| neptime_list_videosA | List videos from Neptime.io with pagination and sorting. Args:
Returns: Array of video objects with id, title, views, likes, duration, thumbnail, channel info. |
| neptime_search_videosA | Search for videos on Neptime.io by keyword. Args:
Returns: Array of matching videos with relevance scoring. |
| neptime_trending_videosA | Get trending videos on Neptime.io. Args:
Returns: Array of trending videos sorted by popularity. |
| neptime_get_videoA | Get detailed information about a specific video. Args:
Returns: Full video object with title, description, views, likes, comments count, channel, upload date, etc. |
| neptime_update_videoA | Update a video you own on Neptime.io. Args:
Returns: Updated video object. |
| neptime_delete_videoA | Delete a video you own on Neptime.io. This action is IRREVERSIBLE. Args:
Returns: Confirmation of deletion. |
| neptime_get_channelA | Get channel information by ID. Args:
Returns: Channel object with name, avatar, subscriber count, video count, description. |
| neptime_get_channel_videosB | Get videos from a specific channel. Args:
Returns: Array of videos from the channel. |
| neptime_subscribeA | Subscribe to a channel. Limit: 50 subscriptions per day. Args:
Returns: Subscription confirmation. |
| neptime_unsubscribeA | Unsubscribe from a channel. Args:
Returns: Unsubscription confirmation. |
| neptime_get_subscriptionsA | Get list of channels you are subscribed to. Args:
Returns: Array of subscribed channels. |
| neptime_get_video_commentsA | Get comments on a video. Args:
Returns: Array of comments with user info, text, likes, replies. |
| neptime_get_article_commentsB | Get comments on an article. Args:
Returns: Array of comments with user info, text, likes, replies. |
| neptime_create_video_commentA | Post a comment on a video. Limit: 50 comments/day, 10s between posts. Args:
Returns: Created comment object. |
| neptime_create_article_commentA | Post a comment on an article. Limit: 50 comments/day, 10s between posts. Args:
Returns: Created comment object. |
| neptime_delete_commentA | Delete a comment you own. Args:
Returns: Deletion confirmation. |
| neptime_rate_commentA | Like or dislike a comment. Args:
Returns: Updated like/dislike counts. |
| neptime_get_playlistsA | Get all playlists owned by the authenticated user. Limit: 100 playlists max. Returns: Array of playlist objects with id, name, video count, privacy. |
| neptime_get_playlistA | Get details of a specific playlist including videos. Args:
Returns: Playlist object with videos array. |
| neptime_create_playlistA | Create a new playlist. Limit: 100 playlists max per user. Args:
Returns: Created playlist object. |
| neptime_update_playlistA | Update a playlist you own. Args:
Returns: Updated playlist object. |
| neptime_delete_playlistA | Delete a playlist you own. This action is IRREVERSIBLE. Args:
Returns: Deletion confirmation. |
| neptime_add_video_to_playlistA | Add a video to a playlist. Limit: 500 videos per playlist. Args:
Returns: Confirmation with updated video count. |
| neptime_remove_video_from_playlistA | Remove a video from a playlist. Args:
Returns: Confirmation with updated video count. |
| neptime_list_articlesA | List articles/posts from Neptime.io. Args:
Returns: Array of article objects with id, title, description, author, date. |
| neptime_get_articleA | Get a specific article by ID. Args:
Returns: Full article object with title, text, author, comments count. |
| neptime_create_articleB | Create a new article/post. Args:
Returns: Created article object. |
| neptime_update_articleA | Update an article you own. Args:
Returns: Updated article object. |
| neptime_delete_articleA | Delete an article you own. This action is IRREVERSIBLE. Args:
Returns: Deletion confirmation. |
| neptime_get_historyA | Get your video watch history. Args:
Returns: Array of watched videos with timestamps. |
| neptime_clear_historyA | Clear all watch history. This action is IRREVERSIBLE. Returns: Confirmation of history cleared. |
| neptime_get_watch_laterA | Get your watch later list. Returns: Array of videos saved for later. |
| neptime_add_watch_laterB | Add a video to your watch later list. Args:
Returns: Confirmation. |
| neptime_remove_watch_laterA | Remove a video from your watch later list. Args:
Returns: Confirmation. |
| neptime_get_categoriesA | Get all video categories. Returns: Array of category objects with id, name, video count. |
| neptime_get_category_videosA | Get videos in a specific category. Args:
Returns: Array of videos in the category. |
| neptime_report_videoA | Report a video for violating community guidelines. Limit: 10 reports/hour, 50/day. Args:
Returns: Report confirmation. |
| neptime_rate_videoA | Like or dislike a video. Args:
Returns: Updated like/dislike counts. |
| neptime_upload_videoA | Upload a video to Neptime.io through the live /videos/upload endpoint. Provide either video_path for a local file available to the MCP server, or video_base64 plus video_filename. Videos can be mp4, mov, webm, mpeg, avi, or mkv. The default privacy is private (1) for safety. Args:
Returns: Uploaded video object with video_id, URL, stream URL, thumbnail, approval status, and privacy. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/pasie15/neptime-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server