Connect
Optimize
Secure
Announcing StackOne Defender: leading open-source prompt injection guard for your agent • Read More →
Production-ready Pylon MCP server with 52 extensible actions — plus built-in authentication, security, and optimized execution.
Coverage
Create, read, update, and delete across Pylon — and extend your agent's capabilities with custom actions.
Authentication
Per-user OAuth in one call. Your Pylon MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Every Pylon tool response scanned for prompt injection in milliseconds — 88.7% accuracy, all running on CPU.
Prompt Injection Defense →Performance
Free up to 96% of your agent's context window to enhance reasoning and reduce cost, on every Pylon call.
Tools Discovery →A Pylon MCP server lets AI agents read and write Pylon data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's Pylon MCP server ships with 52 pre-built actions, fully extensible via the Connector Builder — plus managed authentication, prompt injection defense, and optimized agent context. Connect it from MCP clients like Claude Desktop, Cursor, and VS Code, or from agent frameworks like OpenAI Agents SDK, LangChain, and Vercel AI SDK.
Every action from Pylon's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Create a new issue with specified title and body
Get a list of issues within a specified time range
Search for issues by a given filter
Get details of a specific issue by ID
Update an existing issue by ID
Permanently delete an issue by ID (Admin only)
Create a new internal thread on an issue
Get all threads on an issue
Create a new contact with specified email and optional metadata
Get a paginated list of all contacts
Get a contact by its ID
Search for contacts by a given filter
Update an existing contact by ID
Permanently delete a contact by ID (Admin only)
Create a new account with specified name and optional metadata
Get a paginated list of all accounts
Get an account by its ID or external ID
Search for accounts by a given filter
Update an existing account by ID or external ID
Permanently delete an account by ID (Admin only)
Get all custom field definitions for a specified object type
Get a custom field definition by ID
Update an existing custom field definition by ID
Search or list feature requests with filters and semantic search
Get a feature request by ID with optional evidence
Update an existing feature request by ID
Permanently delete a feature request by ID
Create a new article within a knowledge base
Get a knowledge base article by ID
Update an existing knowledge base article by ID
Permanently delete a knowledge base article by ID
Create a new team with name and optional members
Get a list of teams in the organization
Get a team by its ID
Update an existing team by ID
Get a list of users in the organization
Get a user by its ID
Update an existing user by ID
Post an internal note on an issue thread
Get details of the organization associated with the API token
Get all messages on an issue
Get the list of followers for an issue
Get all knowledge bases in the organization
Get all tags in the organization
Get all ticket forms in the organization
Get a list of all user roles
Update multiple accounts in bulk with specified properties
Permanently delete a message from an issue
Send a customer-facing reply on an issue
Permanently redact a message's content
Snooze an issue until a specified date and time
Add or remove followers to/from an issue
One endpoint. Any framework. Your agent is talking to Pylon in under 10 lines of code.
MCP Clients
Agent Frameworks
{
"mcpServers": {
"stackone": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://api.stackone.com/mcp?x-account-id=<account_id>",
"--header",
"Authorization: Basic <YOUR_BASE64_TOKEN>"
]
}
}
}123+ actions
104+ actions
84+ actions
74+ actions
71+ actions
69+ actions
67+ actions
Anthropic's code_execution processes data already in context. Custom MCP code mode keeps raw tool responses in a sandbox. 14K tokens vs 500.
11 min
Benchmarking BM25, TF-IDF, and hybrid search for MCP tool discovery across 916 tools. The 80/20 TF-IDF/BM25 hybrid hits 21% Top-1 accuracy in under 1ms.
10 min
MCP tools that read emails, CRM records, and tickets are indirect prompt injection vectors. Here's how we built a two-tier defense that scans tool results in ~11ms.
12 min
origin_owner_id.All the tools you need to build and scale AI agent integrations, with best-in-class connectivity, execution, and security.