Security

Persona MCP Server

Connect your account, then chat with AI to run tools.

Persona provides identity verification and authentication services, enabling businesses to verify customer identities and ensure compliance with regulatory standards. It is primarily used for secure and efficient identity management and fraud prevention.

9 tools
Agent guide included
Start Chatting

Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.

Browse all tools

AI Skill
SKILL.md

Domain knowledge for Persona — workflow patterns, data models, and gotchas for your AI agent.

Persona

Persona is an identity verification and KYC/KYB compliance platform. These tools provide read access to verification data, case management, and system audit information.

Entity Hierarchy

  • Accounts — end-user identity records. Each account may have multiple inquiries over time.
  • Inquiries — individual verification attempts (document check, selfie, database lookup). Each inquiry progresses through statuses: created → pending → completed/failed/expired.
  • Inquiry Sessions — browser/mobile sessions within an inquiry. One inquiry can span multiple sessions (e.g., user closes and reopens the verification flow).
  • Cases — escalated reviews. Created automatically by workflow rules or manually by compliance staff. A case references one or more inquiries.
  • Workflows Run — execution records of automated decision logic (auto-approve, flag, escalate).
  • Events — system-wide event log (inquiry.completed, case.updated, account.created, etc.).
  • Webhooks — registered HTTP endpoints receiving real-time event notifications.
  • API Logs — raw request/response audit trail for every API call.

Workflows

Verification audit: List inquiries to see all verification attempts. Filter by status to find failed or expired ones. Cross-reference with inquiry sessions to see if users abandoned mid-flow.

Case review: List cases to find escalated verifications. Each case links back to the triggering inquiry and account. Use events to see the timeline of actions taken on a case.

Compliance monitoring: List workflow runs to see which automated rules fired. Combine with events to build a full audit trail of decisions. Use API logs to confirm webhook deliveries.

System health: List webhooks to confirm notification endpoints are registered. Check API logs for error patterns or unusual activity.

Gotchas

  • All tools are read-only list endpoints — no create, update, or delete operations. Use the Persona dashboard or API directly for mutations.
  • Pagination: All list endpoints return paginated results. Pass cursor values from previous responses to page through large datasets.
  • Account vs Inquiry: An account is a person; an inquiry is a single verification attempt. One person may have many inquiries across different verification templates.
  • Inquiry Sessions vs Inquiries: Sessions track the user's browser interaction. Multiple sessions per inquiry is normal (user closes tab, returns later).
  • Event ordering: Events are returned newest-first. For chronological audit trails, reverse the results.

Tools in this Server (9)

Persona List Accounts

Retrieve a list of all accounts associated with your Persona identity verification service. Use this tool to access account details for auditing or ac...

Persona List Api Keys

Acquire a list of all API keys generated in your Persona account. Use this for API management, security audits, or integration troubleshooting. Return...

Persona List Api Logs

Access a collection of API logs tracking all API interactions. Use this tool to audit changes, troubleshoot issues, or improve security monitoring. Re...

Persona List Cases

Fetch a list of all cases within your Persona system. Use this tool when you need to monitor or manage ongoing identity verification cases. Returns ca...

Persona List Events

Retrieve a list of events recorded within your Persona system. Use this for tracking identity verification activities or system-triggered actions. Ret...

Persona List Inquiries

Get a full list of inquiries conducted through Persona. Ideal for oversight of client identity verification processes and results analysis. Returns in...

Persona List Inquiry Sessions

List all inquiry sessions within the Persona verification process. Use this to review session details for quality control or user assistance purposes....

Persona List Webhooks

Get a list of all webhooks set up in your Persona system. Use this for webhook management, ensuring all notifications and integrations are functioning...

Persona List Workflows Run

Retrieve a list of workflow runs executed in your Persona system. Use this to review past workflow activity for performance analysis or troubleshootin...

Frequently Asked Questions

What is the Persona MCP server?

Persona provides identity verification and authentication services, enabling businesses to verify customer identities and ensure compliance with regulatory standards. It is primarily used for secure and efficient identity management and fraud prevention. It provides 9 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect Persona to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/persona. Authentication is handled automatically.

How many tools does Persona provide?

Persona provides 9 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does Persona require?

Persona uses API Key. Persona requires credentials. Connect via MCPBundles and authentication is handled automatically.

Setup Instructions

Connect Persona to any MCP client in minutes

https://mcp.mcpbundles.com/bundle/persona

What is MCP?

Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.

Use this bundle in 3 steps

  1. Copy the MCP URL above
  2. Open your AI tool and add a new MCP/connector
  3. Paste the URL and follow any auth prompts

Claude Desktop Users

Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.

Pick your tool tab for exact steps

Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.

Ready to use Persona?

Sign in to connect your credentials and start running tools from the chat.

Persona MCP Server & Skill — 9 Tools