Content Tools
autosophia.io
This MCP server provides an API to turn scripts into finished 1080p narrated videos with stock footage, subtitles, and audio normalization, including voice selection and job status polling.
ENDPOINT 1
https://mcp.autosophia.io/mcp
MCP server metadata
- Name
- agent-video
- Version
- 1.29.0
Known tools 8
submit_video_jobTurn a script into a finished 1080p video — narrated, cut to matched stock footage, subtitles burned in, audio normalized to −14 LUFS.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.agent-video]
url = "https://mcp.autosophia.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agent-video": {
"type": "http",
"url": "https://mcp.autosophia.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agent-video
Remote MCP URL: https://mcp.autosophia.io/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"agent-video": {
"url": "https://mcp.autosophia.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agent-video": {
"type": "http",
"url": "https://mcp.autosophia.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agent-video",
"transport": "streamable-http",
"url": "https://mcp.autosophia.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://chain.autosophia.io/mcp
MCP server metadata
- Name
- agent-chain
- Version
- 1.29.0
Known tools 8
inspect_walletOne-call profile of a Solana wallet: SOL balance, non-zero SPL holdings, activity window, failure rate, account age, and whether it is a program.
Inferred read-onlysimulate_transactionFind out whether your transaction will succeed before you pay for it.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.agent-chain]
url = "https://chain.autosophia.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agent-chain": {
"type": "http",
"url": "https://chain.autosophia.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agent-chain
Remote MCP URL: https://chain.autosophia.io/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"agent-chain": {
"url": "https://chain.autosophia.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agent-chain": {
"type": "http",
"url": "https://chain.autosophia.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agent-chain",
"transport": "streamable-http",
"url": "https://chain.autosophia.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 3
https://base.autosophia.io/mcp
MCP server metadata
- Name
- agent-base
- Version
- 1.29.0
Known tools 6
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.agent-base]
url = "https://base.autosophia.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agent-base": {
"type": "http",
"url": "https://base.autosophia.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agent-base
Remote MCP URL: https://base.autosophia.io/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"agent-base": {
"url": "https://base.autosophia.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agent-base": {
"type": "http",
"url": "https://base.autosophia.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agent-base",
"transport": "streamable-http",
"url": "https://base.autosophia.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for autosophia.io was fetched 2026-08-23T18:17:54.223Z.
autosophia.io is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.