Autobidder Connector for AI agents.
10 live capabilities
Manage project tenders and bid portfolios with automated workflows.
Waiting for input…
Why people use Autobidder
Stop the Manual Slog of Tender Management with Autobidder
With this Connector, you can just ask your agent for a summary of all active tenders or pull the technical requirements for a specific project. You get a clean overview of your workload without the tab-switching fatigue.
What Vinkius changes
You get a central command center for your project bids that responds to plain English.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
The Deadline Crunch
An estimator asks for all deadlines this week to prioritize their afternoon.
- Real-world use case 02
The Performance Review
A manager wants to know the win rate for a specific region.
- Real-world use case 03
The Quick Submission
A BD lead wants to add a new project.
Complete set · 10capabilities
The complete Autobidder capability set.
These are the exact actions your AI can choose when you ask it to work with Autobidder.
01—04
4 capabilities in this set.
Part of 10 available through Autobidder.
- 01 Capability
Create request
Lets you submit a new bid request through your agent. This saves you from having to navigate the web portal manually.
- 02 Capability
Get profile
Retrieves your account profile information. This helps the agent understand your specific user context.
- 03 Capability
Get request
Pulls the specific details for a single bid request. This helps you see the exact requirements for a project quickly.
- 04 Capability
List bids
Lists all the bids currently associated with your account. Use this to keep track of your active bidding volume.
05—07
3 capabilities in this set.
Part of 10 available through Autobidder.
- 05 Capability
List outcomes
Provides a full list of all past bid results. It's the best way to see your historical success at a glance.
- 06 Capability
List projects
Shows every project currently in your account. Use this to get a high-level view of your entire portfolio.
- 07 Capability
List requests
Retrieves a list of all bid requests you've received. This is your primary way to see what's on your plate.
08—10
3 capabilities in this set.
Part of 10 available through Autobidder.
- 08 Capability
Get bid
Fetches the specific details for an individual bid. This is perfect for deep-diving into a single opportunity.
- 09 Capability
Get outcome
Shows the final result of a specific bid. Use this to confirm whether a project was won or lost.
- 10 Capability
Check autobidder status
Verifies that your account is correctly connected to the API. Use this to troubleshoot connection issues instantly.
Set up in minutes
One URL. Then ask Autobidder to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Autobidder 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_7pHarZVvP7jryS4Y4ldGG4F1CEVSgtIqdmHOY9kA/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 Autobidder, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Autobidder for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_7pHarZVvP7jryS4Y4ldGG4F1CEVSgtIqdmHOY9kA/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 Autobidder URL.
- Step 03
Save and start
Save the connection and enable Autobidder in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"autobidder": {
"url": "https://edge.vinkius.com/vk_preview_7pHarZVvP7jryS4Y4ldGG4F1CEVSgtIqdmHOY9kA/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 Autobidder
Open Agent mode in chat and ask: "Using Autobidder, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"autobidder": {
"url": "https://edge.vinkius.com/vk_preview_7pHarZVvP7jryS4Y4ldGG4F1CEVSgtIqdmHOY9kA/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 Autobidder
Ask Copilot: "Using Autobidder, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"autobidder": {
"url": "https://edge.vinkius.com/vk_preview_7pHarZVvP7jryS4Y4ldGG4F1CEVSgtIqdmHOY9kA/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 Autobidder
Open Cascade and ask: "Using Autobidder, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"autobidder": {
"url": "https://edge.vinkius.com/vk_preview_7pHarZVvP7jryS4Y4ldGG4F1CEVSgtIqdmHOY9kA/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 Autobidder
Ask Cline: "Using Autobidder, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add autobidder --transport http "https://edge.vinkius.com/vk_preview_7pHarZVvP7jryS4Y4ldGG4F1CEVSgtIqdmHOY9kA/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 Autobidder
Ask Claude: "Using Autobidder, show me...". 10 tools are ready
Where the request belongs
Work Autobidder can move forward.
For the bidding manager drowning in spreadsheets and the business development lead who needs to know the win rate of a specific team without digging through old emails.
Bidding Manager
Uses this to pull summaries of all active tenders during morning standups.
Estimator
Pulls technical metadata for specific bids to ensure accurate pricing.
Business Development Lead
Tracks historical win rates and project outcomes to report to stakeholders.
Developer
Uses the data to build custom internal dashboards or automated reporting capabilities.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsAmazon Ads
Advertising management. manage Sponsored Products, brands, and performance reports via AI.
AdButler
Serve and manage display ads, track impressions, and optimize ad zones across your digital properties with precision.
Basis Technologies
Manage your Basis DSP campaigns, tactics, and ads directly from any AI agent.
Nuviad Advertising
Manage mobile ad campaigns and RTB via Nuviad. track ads, targeting lists, and performance reports directly from your AI agent.
Delta Projects
Equip your AI agent to manage ad campaigns, monitor performance, and audit creatives via the Delta Projects API.
Moloco
Manage machine learning-powered advertising via Moloco. track campaigns and get analytics directly from your AI agent.
Bring your own AI
Change the model, client or framework. Keep Autobidder 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 Autobidder.
The practical details behind the request, access and result.
Can Autobidder MCP help me track my project tenders?
Yes. It connects your account to your AI agent so you can see all active tenders and bid requests in one place without checking multiple portals.
How do I use Autobidder MCP to see my win rates?
You can ask your agent to pull your historical outcomes. It will look through your past results and summarize your success rates for specific teams or projects.
Can my AI agent create new bid requests with Autobidder MCP?
Yes. You can tell your agent to submit a new bid request, and it will handle the data entry for you automatically.
How does Autobidder MCP handle bid deadlines?
It monitors your active requests and allows your agent to report on upcoming deadlines, helping you stay on top of your submission schedule.
Is Autobidder MCP good for managing high-volume bidding?
It is designed specifically for that. It helps you orchestrate large portfolios of bids and keep your revenue overview synced as you scale.
Can I pull technical metadata for projects using Autobidder MCP?
Yes. Your agent can retrieve specific technical requirements for any project bid, making it much easier to review details quickly.
How do I find my Autobidder API Key?
Log in to your account, navigate to Settings > API, and copy your unique access token from the credentials section.
Can I check bid win rates via AI?
Yes! The list_outcomes capability allows your agent to retrieve status metadata for all your past submissions.
How do I list my active bid requests?
Use the list_requests capability to retrieve your complete directory along with the unique identifiers for all managed tenders.
One connection away
Give your agent a direct line to Autobidder.
Connect Autobidder once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available