loading…
Search for a command to run...
loading…
A creative agent that plans and executes across image, video, and audio. Uses 30+ tools, orchestrates 20+ AI models, and does agentic timeline editing.
A creative agent that plans and executes across image, video, and audio. Uses 30+ tools, orchestrates 20+ AI models, and does agentic timeline editing.
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.
@modelcontextprotocol/sdk (server-side)https://mcp.eversince.ai/mcpThis 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.
| Capability | Supported |
|---|---|
tools |
Yes |
resources |
Yes |
prompts |
No |
sampling |
No |
roots |
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.
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:
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.
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"
}
}
}
| Production endpoint | https://mcp.eversince.ai/mcp |
| OAuth metadata | https://mcp.eversince.ai/.well-known/oauth-protected-resource |
| Documentation | https://docs.eversince.ai |
| Account & API keys | https://eversince.ai/app/settings |
MIT for this README. The hosted MCP server is subject to the Eversince Terms of Service.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"eversince-mcp-server": {
"command": "npx",
"args": []
}
}
}