Raven Tools Connector for AI agents.
12 live capabilities
Track keyword rankings and monitor website health for your clients.
Waiting for input…
Why people use Raven Tools
Raven capabilities for Automated SEO Reporting
With this Connector, you just ask your agent to pull the latest data. You can get a summary of your keyword rankings or a list of your competitors in seconds. Instead of a spreadsheet, you get a clear answer that you can use to make decisions immediately.
What Vinkius changes
You get a direct line to your SEO data without ever leaving your chat interface.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Quickly check if a client site health dropped overnight
An agency owner asks the agent to run get_site_audit for a domain and summarize the top 3 issues to send to the client.
- Real-world use case 02
See how a new keyword is performing
An SEO specialist uses get_rank to see the current position and then asks the agent to compare it to the previous week.
- Real-world use case 03
Identify high-priority broken links
A developer asks the agent to use get_links to pull all backlink data and identify any high-priority targets for repair.
Complete set · 12capabilities
The complete Raven Tools capability set.
These are the exact actions your AI can choose when you ask it to work with Raven Tools.
01—04
4 capabilities in this set.
Part of 12 available through Raven Tools.
- 01 Capability
Add competitor
Add a new competitor to your tracking list.
- 02 Capability
Add keyword
Add a keyword to your SEO portfolio.
- 03 Capability
Check raventools status
Verify the connection to your account is active.
- 04 Capability
Get links
Get the high-fidelity backlink data for a domain.
05—08
4 capabilities in this set.
Part of 12 available through Raven Tools.
- 05 Capability
Get project
Get the general information for a specific project.
- 06 Capability
Get rank all
Get all the keyword rankings from your database.
- 07 Capability
Get rank
Get the current ranking for a specific keyword.
- 08 Capability
Get site audit
Get the latest technical site audit results.
09—12
4 capabilities in this set.
Part of 12 available through Raven Tools.
- 09 Capability
List competitors
List all competitors you are currently monitoring.
- 10 Capability
List keywords
List all the keywords in your account.
- 11 Capability
List projects
List all the projects and domains you have.
- 12 Capability
Remove keyword
Remove a keyword from your active tracking list.
Set up in minutes
One URL. Then ask Raven Tools to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Raven Tools 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_q0bfyzCGgMkLJa3HbedFz5akdUcABAAtLS2EGBTk/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 Raven Tools, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Raven Tools for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_q0bfyzCGgMkLJa3HbedFz5akdUcABAAtLS2EGBTk/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 Raven Tools URL.
- Step 03
Save and start
Save the connection and enable Raven Tools in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"raven-tools": {
"url": "https://edge.vinkius.com/vk_preview_q0bfyzCGgMkLJa3HbedFz5akdUcABAAtLS2EGBTk/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 Raven Tools
Open Agent mode in chat and ask: "Using Raven Tools, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"raven-tools": {
"url": "https://edge.vinkius.com/vk_preview_q0bfyzCGgMkLJa3HbedFz5akdUcABAAtLS2EGBTk/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 Raven Tools
Ask Copilot: "Using Raven Tools, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"raven-tools": {
"url": "https://edge.vinkius.com/vk_preview_q0bfyzCGgMkLJa3HbedFz5akdUcABAAtLS2EGBTk/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 Raven Tools
Open Cascade and ask: "Using Raven Tools, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"raven-tools": {
"url": "https://edge.vinkius.com/vk_preview_q0bfyzCGgMkLJa3HbedFz5akdUcABAAtLS2EGBTk/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 Raven Tools
Ask Cline: "Using Raven Tools, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add raven-tools --transport http "https://edge.vinkius.com/vk_preview_q0bfyzCGgMkLJa3HbedFz5akdUcABAAtLS2EGBTk/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 Raven Tools
Ask Claude: "Using Raven Tools, show me...". 12 tools are ready
Where the request belongs
Work Raven Tools can move forward.
This is for SEO specialists who are tired of manual data entry and marketing agency owners who need to keep a pulse on dozens of client sites simultaneously.
SEO Specialist
Checks daily rank changes and site health scores to update client reports.
Marketing Account Manager
Verifies project metadata and competitor rankings during client calls.
Web Developer
Pulls technical audit issues to prioritize bug fixes on a site.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsSEO Traffic Value Calculator
Estimate the monetary worth of organic search traffic by converting keyword rankings and CTR into advertising spend equivalence.
SEO Authority Prover
AI agents generate SEO content that triggers SpamBrain, lacks E-E-A-T signals, breaks technical fundamentals, and is invisible to AI search. This capability validates against Google's 2026 algorithms, GEO for AI citation, and AEO for answer engines. Zero stuffing, maximum authority.
SEO Analyst Prover
A startup published 50 blog posts targeting 'high volume keywords.' Six months later: zero organic traffic. Why? Nobody checked indexation. 23 pages had noindex tags from staging. 12 pages cannibalized the same keyword. The site had 89 orphan pages with zero internal links. LCP was 4.8 seconds on mobile. And the 'high volume' keywords had KD 75 against DA 28. This capability forces five SEO axes: technical audit before content, keyword strategy with KD vs DA analysis, content clusters with information gain, backlink profile with competitor gap, and competitive positioning with share of voice.
Fathom Analytics
Privacy-first website analytics via Fathom. list sites, monitor real-time visitors, and aggregate pageviews directly through your AI agent.
Moz (SEO Metrics & Link Research)
Manage SEO metrics via Moz. audit Domain Authority (DA), analyze backlinks, and track site rankings.
Ahrefs
Professional SEO intelligence. audit backlinks, keywords, and domain health via AI.
Bring your own AI
Change the model, client or framework. Keep Raven Tools 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 Raven Tools.
The practical details behind the request, access and result.
Can I use Raven Capabilities MCP to see my keyword rankings?
Yes, it pulls your current positions directly from your account. You can ask your agent to show you rankings for a single keyword or a whole list at once.
How does Raven Capabilities MCP help with site audits?
It retrieves your latest health scores and technical issues. This allows you to identify broken links and errors without having to manually navigate the dashboard.
Can I manage my keyword list with Raven Capabilities MCP?
Yes, you can add new terms to your portfolio or remove old ones through natural conversation. This keeps your tracking data clean and updated.
Will Raven Capabilities MCP show my backlinks?
It pulls your high-fidelity backlink data and domain metrics. You can ask your agent to see who is linking to you or check your authority stats.
Is Raven Capabilities MCP good for marketing agencies?
It's a great fit for agencies managing multiple clients. You can quickly switch between different projects to check rankings or site health for any client in your portfolio.
Can I use Raven Capabilities MCP to check my site health?
Yes, it pulls technical audit results for your domains. You can get a summary of your health score and a list of the most critical issues to fix.
How do I find my Raven Capabilities API Key?
Log in to your account, navigate to Settings > API, and copy your unique Access Token from the credentials section.
Can I check keyword rankings via AI?
Yes! The list_raven_keywords capability allows your agent to retrieve high-fidelity position metadata for all tracked search terms.
How do I list my active projects?
Use the list_raven_projects capability to retrieve your complete high-fidelity directory along with the unique identifiers for all managed SEO campaigns.
One connection away
Give your agent a direct line to Raven Tools.
Connect Raven Tools once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available