Developer and agent resources

StarVeil AI MCP Server & Agent Integration

StarVeil AI exposes a user-authorized Model Context Protocol (MCP) server. Agents act with the connected user’s identity and can only access that user’s characters, credits, generation jobs, and downloadable assets.

MCP endpoint and discovery

Use the Streamable HTTP MCP endpoint below. OAuth resource and authorization-server metadata are published at predictable well-known URLs so compatible clients can discover authorization automatically.

Authentication

Authentication uses OAuth. Each client must request only the scopes it needs, complete user consent, and send the resulting bearer token to the MCP endpoint. The internal render API and its credentials are not part of this public integration.

Published OAuth scopes

openidprofileoffline_accesscharacters:readcomics:readcomics:createassets:download

Available MCP tools

The current MCP surface covers account and credit inspection, reusable character discovery, official template discovery, short-comic creation, generation polling, and result retrieval.

get_meget_credit_balancelist_my_characterslist_short_comic_templatescreate_short_comicget_generation_statusget_short_comic_result

Access and safety boundaries

Every operation is bound to the authorized StarVeil account. Agents cannot read another user’s characters or assets. Creation uses the same credit, ownership, validation, and storage boundaries as the StarVeil web application.

Start an integration

Configure your MCP client with the endpoint below. Clients that support protected-resource discovery can begin from the MCP URL and follow the advertised OAuth metadata.

https://starveilai.com/api/mcp
Contact StarVeil AI about an integration
Back to StarVeil AI