Theta Connector for AI agents.
30 live capabilities
Manage decentralized GPU resources and Theta blockchain data.
Waiting for input…
Why people use Theta
Theta for Decentralized GPU Management
This Connector removes those hurdles. You just tell your agent to find a GPU with 16GB of RAM and start a deployment. It handles the resource checks and the launch commands in one go, so you can focus on your code instead of infrastructure plumbing.
What Vinkius changes
You get a direct command line for the Theta Network inside your AI client.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Scaling AI Inference
An engineer needs 10 GPUs.
- Real-world use case 02
Web3 Data Fetching
A developer needs to check a transaction.
- Real-world use case 03
Video Streaming
A content creator needs a new stream.
Complete set · 30capabilities
The complete Theta capability set.
These are the exact actions your AI can choose when you ask it to work with Theta.
01—04
4 capabilities in this set.
Part of 30 available through Theta.
- 01 Capability
Rpc call smart contract
Simulate a smart contract execution locally. This lets you test your code before you actually commit it to the blockchain.
- 02 Capability
Video list ingestors
See all available Edge Ingestors. Use this to find the best points for receiving your video data.
- 03 Capability
Ai create deployment
Launch a new AI model or a Jupyter Notebook. This is your primary capability for starting new compute tasks.
- 04 Capability
Ai delete deployment
Remove an AI deployment from your project. Use this to clean up your environment and stop billing.
05—08
4 capabilities in this set.
Part of 30 available through Theta.
- 05 Capability
Ai list deployments
See all current AI project deployments in one list. This helps you keep track of what is running on the network.
- 06 Capability
Ai list standard templates
View the built-in AI templates available for use. Use this to see what pre-configured environments you can launch.
- 07 Capability
Ai list vm resources
Check available machine types and GPU resources. This helps you find the right hardware for your specific AI workload.
- 08 Capability
Ai start deployment
Restart a stopped GPU node to get it running again. Use this to quickly resume a paused AI model.
09—12
4 capabilities in this set.
Part of 30 available through Theta.
- 09 Capability
Ai stop deployment
Shut down a running GPU node to save resources. This is useful for pausing tasks when you don't need them active.
- 10 Capability
Cli list keys
See your local account addresses in one list. It gives you a quick overview of your local Theta identities.
- 11 Capability
Cli lock key
Secure your local accounts by locking them. This adds a layer of security to your local key management.
- 12 Capability
Rpc broadcast raw transaction async
Submit a signed transaction in the background so you don't have to wait for a response. This keeps your agent moving.
13—16
4 capabilities in this set.
Part of 30 available through Theta.
- 13 Capability
Rpc broadcast raw transaction
Submit a signed transaction immediately and wait for the confirmation. Use this when you need to know the result right away.
- 14 Capability
Rpc get pending transactions
View transactions that are still in the mempool. Use this to see what is about to be finalized on the network.
- 15 Capability
Rpc get transaction
Get the details for a specific transaction hash. This helps you debug or verify the status of a specific transfer.
- 16 Capability
Rpc get version
Check the current version of the Theta blockchain. Use this to ensure your client is up to date with the network.
17—20
4 capabilities in this set.
Part of 30 available through Theta.
- 17 Capability
Video create livestream
Set up a new livestream object. This is the first step in starting a decentralized broadcast.
- 18 Capability
Video create upload url
Generate a unique URL for video uploads. Use this to allow users to send content directly to the Theta network.
- 19 Capability
Video get
Fetch the details for a specific video. This helps you retrieve metadata or status for stored content.
- 20 Capability
Video list
List all videos associated with a service account. This gives you a full view of your video library.
21—24
4 capabilities in this set.
Part of 30 available through Theta.
- 21 Capability
Video search
Find videos using specific metadata. Use this to quickly locate content in a large decentralized library.
- 22 Capability
Video select ingestor
Assign a specific ingestor to a live stream. This helps you optimize the path for your incoming video data.
- 23 Capability
Video transcode
Convert a video into a different format. This is essential for ensuring your content plays across all devices.
- 24 Capability
Video unselect ingestor
Release an ingestor when it's no longer needed. Use this to free up resources on the network.
25—27
3 capabilities in this set.
Part of 30 available through Theta.
- 25 Capability
Cli new key
Create a new encrypted account on your local machine. Use this to set up a fresh, secure identity for the network.
- 26 Capability
Cli send
Transfer Theta or TFuel between accounts. This makes it easy to move funds between your blockchain identities.
- 27 Capability
Cli unlock key
Unlock a local account so you can send funds. This is the first step before performing any outgoing transactions.
28—30
3 capabilities in this set.
Part of 30 available through Theta.
- 28 Capability
Rpc get account
Pull the specific details for a Theta account. This lets you verify balances and account status instantly.
- 29 Capability
Rpc get block by height
Fetch the finalized block at a specific height. Use this to check the history of the blockchain at a specific point.
- 30 Capability
Rpc get block
Retrieve block details using a specific hash. This is perfect for inspecting the contents of a particular block.
Set up in minutes
One URL. Then ask Theta to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Theta from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_ayHy8fShiiwAaeLJrArF1vRpm3WcKWsYnohUDBGr/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Theta, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Theta for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_ayHy8fShiiwAaeLJrArF1vRpm3WcKWsYnohUDBGr/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Theta URL.
- Step 03
Save and start
Save the connection and enable Theta in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"theta": {
"url": "https://edge.vinkius.com/vk_preview_ayHy8fShiiwAaeLJrArF1vRpm3WcKWsYnohUDBGr/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Theta
Open Agent mode in chat and ask: "Using Theta, help me...". 30 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"theta": {
"url": "https://edge.vinkius.com/vk_preview_ayHy8fShiiwAaeLJrArF1vRpm3WcKWsYnohUDBGr/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Theta
Ask Copilot: "Using Theta, help me...". 30 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"theta": {
"url": "https://edge.vinkius.com/vk_preview_ayHy8fShiiwAaeLJrArF1vRpm3WcKWsYnohUDBGr/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Theta
Open Cascade and ask: "Using Theta, help me...". 30 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"theta": {
"url": "https://edge.vinkius.com/vk_preview_ayHy8fShiiwAaeLJrArF1vRpm3WcKWsYnohUDBGr/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Theta
Ask Cline: "Using Theta, help me...". 30 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add theta --transport http "https://edge.vinkius.com/vk_preview_ayHy8fShiiwAaeLJrArF1vRpm3WcKWsYnohUDBGr/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Theta
Ask Claude: "Using Theta, show me...". 30 tools are ready
Where the request belongs
Work Theta can move forward.
This is for the engineer who needs to scale AI inference without managing a server farm, or the web3 dev who wants to interact with the Theta blockchain without manual RPC headaches.
AI Infrastructure Engineer
Deploys and scales models on decentralized GPU clusters to handle high-compute workloads.
Web3 Developer
Interacts with smart contracts and blockchain data programmatically without leaving the code editor.
Video Platform Operator
Manages high-scale decentralized video delivery and transcoding for content platforms.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsAkash Network (Decentralized GPU & Cloud API)
Deploy and manage decentralized GPU and cloud resources on Akash Network—create deployments, manage leases, and monitor escrow balances directly.
Tatum (Blockchain Infra)
Simplify blockchain development with Tatum. estimate fees, track portfolios, and manage real-time webhook subscriptions across multiple chains.
QuickNode
Manage blockchain infrastructure via QuickNode. create data streams, configure webhooks, and interact with RPC nodes directly from your AI agent.
Alchemy
Manage blockchain data. audit wallets, NFTs, and transactions via AI.
BlockPi (Distributed RPC Network)
Access distributed blockchain RPC nodes via BlockPi. monitor RU balances, track consumption, and execute JSON-RPC calls across multiple networks.
Allnodes (Staking and Web3 Hosting API)
Manage staking, validators, and Web3 hosting infrastructure directly from any AI agent via Allnodes.
Bring your own AI
Change the model, client or framework. Keep Theta connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Theta.
The practical details behind the request, access and result.
What can I do with the Theta MCP?
You can use it to manage decentralized AI models, query blockchain data, and handle video streaming all through your AI client.
How do I manage AI models on Theta?
The Connector allows your agent to find available GPU resources and launch deployments for AI models or Jupyter Notebooks automatically.
Can I use this for video streaming?
Yes, you can manage livestreams, create upload URLs, and handle video transcoding using the Theta video infrastructure.
Does this Connector help with blockchain data?
It provides direct access to query account balances, block details, and transaction statuses on the Theta blockchain.
How do I secure my Theta accounts?
You can use the Connector to create new encrypted local keys and lock them to keep your account information secure.
Can I use this to find specific GPU nodes?
The Connector can list all available machine types and GPU resources currently available on the EdgeCloud network.
How can I check the balance and sequence of a specific Theta wallet?
Use the rpc_get_account capability by providing the wallet address (0x...). The agent will return the coin balances and the current sequence number for that account.
Can I manage AI model deployments on Theta EdgeCloud?
Yes. You can use ai_list_deployments to see active ones, and ai_create_deployment or ai_stop_deployment to control your AI infrastructure resources.
How do I search for existing video assets in my Theta library?
Simply use the video_search capability. You can provide a query string to filter through your uploaded and transcoded video content.
One connection away
Give your agent a direct line to Theta.
Connect Theta once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available