Woodpecker CI MCP Server for OpenAI Agents SDKGive OpenAI Agents SDK instant access to 34 tools to Activate Repo, Cancel Pipeline, Chown Repo, and more
The OpenAI Agents SDK enables production-grade agent workflows in Python. Connect Woodpecker CI through Vinkius and your agents gain typed, auto-discovered tools with built-in guardrails. no manual schema definitions required.
Ask AI about this MCP Server for OpenAI Agents SDK
The Woodpecker CI MCP Server for OpenAI Agents SDK is a standout in the Ship It category — giving your AI agent 34 tools to work with, ready to go from day one.
Vinkius delivers Streamable HTTP and SSE to any MCP client
import asyncio
from agents import Agent, Runner
from agents.mcp import MCPServerStreamableHttp
async def main():
# Your Vinkius token. get it at cloud.vinkius.com
async with MCPServerStreamableHttp(
url="https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
) as mcp_server:
agent = Agent(
name="Woodpecker CI Assistant",
instructions=(
"You help users interact with Woodpecker CI. "
"You have access to 34 tools."
),
mcp_servers=[mcp_server],
)
result = await Runner.run(
agent, "List all available tools from Woodpecker CI"
)
print(result.final_output)
asyncio.run(main())
* Every MCP server runs on Vinkius-managed infrastructure inside AWS - a purpose-built runtime with per-request V8 isolates, Ed25519 signed audit chains, and sub-40ms cold starts optimized for native MCP execution. See our infrastructure
About Woodpecker CI MCP Server
Connect your Woodpecker CI server to any AI agent to automate your continuous integration and deployment workflows through natural language.
The OpenAI Agents SDK auto-discovers all 34 tools from Woodpecker CI through native MCP integration. Build agents with built-in guardrails, tracing, and handoff patterns. chain multiple agents where one queries Woodpecker CI, another analyzes results, and a third generates reports, all orchestrated through Vinkius.
What you can do
- Pipeline Control — List, trigger, restart, or cancel pipelines for any repository to keep your builds moving.
- Agent Monitoring — View all connected agents, check their health metrics, and manage task assignments in real-time.
- Repository Management — Activate new repositories, update settings, and repair webhooks without leaving your chat interface.
- Secret & Config Management — Securely handle global, organization, or repository-level secrets and inspect pipeline configurations.
- System Insights — Retrieve server version, health status, and performance metrics to ensure your CI infrastructure is running smoothly.
The Woodpecker CI MCP Server exposes 34 tools through the Vinkius. Connect it to OpenAI Agents SDK in under two minutes — credentials fully managed, no infrastructure to provision, no vendor lock-in. Your configuration, your data, your control.
All 34 Woodpecker CI tools available for OpenAI Agents SDK
When OpenAI Agents SDK connects to Woodpecker CI through Vinkius, your AI agent gets direct access to every tool listed below — spanning ci-cd, pipelines, automation, and more. Every call runs in a secure, isolated environment with full audit visibility. Beyond a simple connection, you get real-time monitoring of agent activity, enterprise governance, and optimized token usage.
Activate repo on Woodpecker CI
Activate a repository
Cancel pipeline on Woodpecker CI
Cancel a running pipeline
Chown repo on Woodpecker CI
Change repository owner to the current user
Create agent on Woodpecker CI
Create a new Woodpecker agent
Create global secret on Woodpecker CI
Create a global secret
Create repo secret on Woodpecker CI
Create a repository secret
Delete agent on Woodpecker CI
Delete an agent
Delete pipeline on Woodpecker CI
Delete a pipeline
Delete repo on Woodpecker CI
Deactivate/delete a repository
Get agent on Woodpecker CI
Get details of a specific agent
Get healthz on Woodpecker CI
Server health check
Get metrics on Woodpecker CI
Prometheus metrics (requires WOODPECKER_PROMETHEUS_AUTH_TOKEN if configured)
Get org permissions on Woodpecker CI
Get user permissions for an organization
Get pipeline on Woodpecker CI
Get details of a specific pipeline
Get pipeline config on Woodpecker CI
Get the configuration files used for a pipeline
Get repo on Woodpecker CI
Get repository details
Get user on Woodpecker CI
Get the currently authenticated user
Get version on Woodpecker CI
Get server version information
List agent tasks on Woodpecker CI
List tasks currently assigned to an agent
List agents on Woodpecker CI
List all Woodpecker agents
List global secrets on Woodpecker CI
List global secrets (Admin only)
List org agents on Woodpecker CI
List agents scoped to an organization
List org secrets on Woodpecker CI
List organization-level secrets
List orgs on Woodpecker CI
List all organizations
List pipelines on Woodpecker CI
List pipelines for a repository
List repo secrets on Woodpecker CI
List repository-level secrets
List repos on Woodpecker CI
List all repositories on the server
List users on Woodpecker CI
List all users (Admin only)
Lookup repo on Woodpecker CI
Lookup a repository by its full name (slug)
Repair repo on Woodpecker CI
Repair repository webhooks
Restart pipeline on Woodpecker CI
Restart a pipeline
Trigger pipeline on Woodpecker CI
Trigger a manual pipeline
Update agent on Woodpecker CI
Update an existing agent
Update repo on Woodpecker CI
Update repository settings
Connect Woodpecker CI to OpenAI Agents SDK via MCP
Follow these steps to wire Woodpecker CI into OpenAI Agents SDK. The entire setup takes under two minutes — your credentials stay safe behind Vinkius.
Install the SDK
pip install openai-agents in your Python environmentReplace the token
[YOUR_TOKEN_HERE] with your Vinkius token from cloud.vinkius.comRun the script
python agent.pyExplore tools
Why Use OpenAI Agents SDK with the Woodpecker CI MCP Server
OpenAI Agents SDK provides unique advantages when paired with Woodpecker CI through the Model Context Protocol.
Native MCP integration via `MCPServerSse`, pass the URL and the SDK auto-discovers all tools with full type safety
Built-in guardrails, tracing, and handoff patterns let you build production-grade agents without reinventing safety infrastructure
Lightweight and composable: chain multiple agents and MCP servers in a single pipeline with minimal boilerplate
First-party OpenAI support ensures optimal compatibility with GPT models for tool calling and structured output
Woodpecker CI + OpenAI Agents SDK Use Cases
Practical scenarios where OpenAI Agents SDK combined with the Woodpecker CI MCP Server delivers measurable value.
Automated workflows: build agents that query Woodpecker CI, process the data, and trigger follow-up actions autonomously
Multi-agent orchestration: create specialist agents. one queries Woodpecker CI, another analyzes results, a third generates reports
Data enrichment pipelines: stream data through Woodpecker CI tools and transform it with OpenAI models in a single async loop
Customer support bots: agents query Woodpecker CI to resolve tickets, look up records, and update statuses without human intervention
Example Prompts for Woodpecker CI in OpenAI Agents SDK
Ready-to-use prompts you can give your OpenAI Agents SDK agent to start working with Woodpecker CI immediately.
"List all Woodpecker agents and show their current status."
"Find the repository 'vinkius/mcp-server' and trigger a new pipeline."
"Show me the last 5 pipelines for repository ID 42."
Troubleshooting Woodpecker CI MCP Server with OpenAI Agents SDK
Common issues when connecting Woodpecker CI to OpenAI Agents SDK through Vinkius, and how to resolve them.
MCPServerStreamableHttp not found
pip install --upgrade openai-agentsAgent not calling tools
Woodpecker CI + OpenAI Agents SDK FAQ
Common questions about integrating Woodpecker CI MCP Server with OpenAI Agents SDK.
How does the OpenAI Agents SDK connect to MCP?
MCPServerSse(url=...) to create a server connection. The SDK auto-discovers all tools and makes them available to your agent with full type information.Can I use multiple MCP servers in one agent?
MCPServerSse instances to the agent constructor. The agent can use tools from all connected servers within a single run.Does the SDK support streaming responses?
Explore More MCP Servers
View all →
Fiscal Data (U.S. Treasury)
4 toolsAccess real-time U.S. Treasury financial data, including exchange rates, monthly statements, and over 170 fiscal datasets.

Sellsy
12 toolsEquip your AI agent with full read access to your Sellsy CRM to audit deals, generate invoices overviews, and prospect natively.

Speechnotes
12 toolsTranscribe audio files, manage transcription jobs, and export text on Speechnotes with AI agents.

API-Futebol (Brazilian Football)
12 toolsThe definitive server for Brazilian football — track Brasileirão, Copa do Brasil, and State Leagues via AI.
