Eversince MCP Server
OfficialEversince MCP Server
A hosted Model Context Protocol (MCP) server that exposes the Eversince creative agent — image, video, audio, and motion graphics generation — to any MCP-compatible client.
Transport: Streamable HTTP
MCP SDK:
@modelcontextprotocol/sdk(server-side)Server URL:
https://mcp.eversince.ai/mcp
What this is
This is an MCP server implementation. It speaks JSON-RPC 2.0 over HTTP per the MCP specification and exposes a set of MCP tools that let MCP clients (Claude Desktop, Cursor, Cline, Windsurf, claude.ai, Zed) drive the Eversince creative agent.
The server is hosted by Eversince. There is nothing to install or run locally — connect any MCP client to the URL above.
Related MCP server: atsurae
MCP capabilities
Capability | Supported |
| Yes |
| Yes |
| No |
| No |
| No |
Tools are discovered via the standard MCP tools/list method. The current set is returned live by the server, with full input schemas.
Resources are discovered via resources/list — the server exposes the agent-facing skill playbook, API reference, and advanced patterns documents at eversince://skill, eversince://reference/api, and eversince://reference/patterns.
Authentication
The server implements OAuth 2.1 authorization per the MCP authorization specification, with discovery via RFC 9728 Protected Resource Metadata at https://mcp.eversince.ai/.well-known/oauth-protected-resource.
Two credential types are accepted on the Authorization: Bearer <token> header:
OAuth 2.1 access token — Issued via the standard MCP OAuth flow. MCP clients (Claude Desktop, Cursor, claude.ai) discover the authorization server automatically.
API key — Static
es_live_*key for programmatic clients. Create at https://eversince.ai/app/settings.
On 401, the server returns a WWW-Authenticate: Bearer header so MCP clients can complete OAuth discovery.
Connect
Most MCP clients accept the server URL directly via their MCP settings. For clients that only support local stdio servers, use a remote bridge such as mcp-remote.
{
"mcpServers": {
"eversince": {
"url": "https://mcp.eversince.ai/mcp"
}
}
}Links
Production endpoint |
|
OAuth metadata |
|
Documentation | |
Account & API keys |
License
MIT for this README. The hosted MCP server is subject to the Eversince Terms of Service.
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
AlicenseNot gradedqualityCmaintenanceGenerate videos, images, audio, and 3D models from any MCP-compatible AI agent — Claude, Cursor, ChatGPT, and more.MIT- AlicenseNot gradedqualityDmaintenanceEnables AI agents to edit videos through natural language, providing tools for timeline editing, audio management, rendering, and more.2MIT
- FlicenseNot gradedqualityAmaintenanceAI-native video composition and VFX engine that exposes its capabilities as MCP tools, enabling AI agents to act as directors and create videos programmatically.
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to produce professional promo videos by providing tools for capture, media search, scene writing, rendering, editing, and incremental revision.264MIT
Related MCP Connectors
Build and run visual creative-production workflows from your AI agent.
Make videos and docs with your AI agent — describe what you need, every output stays editable.
Agentic video editing on real footage: cut, caption, reframe, score, and export at full quality.
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/eversince-ai/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server