How to Use the Cleared (ClearedIn) MCP in Cursor
Inject live background screening and identity verification data into your code with the Cleared MCP Server in Cursor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Cleared (ClearedIn) MCP to Cursor
Create your Vinkius account to connect Cleared (ClearedIn) to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Monitor screenings in Cursor
Call `list_background_screenings` while coding to see live status updates. This lets you write logic that responds to screening outcomes in real time. Use `get_screening_details` to pull specific report data into your editor. You can then use this info to build automated workflows based on the results.
Audit security logs in Cursor
Run `list_cleared_audit_logs` to bring security history directly into your active project. This helps you debug access issues without leaving your IDE. Get the full context of account events to ensure your implementation follows security best practices. The AI can parse these logs to identify patterns for you.
Handle identity tasks in Cursor
Execute `list_identity_verifications` to track the state of your user onboarding flow. The agent sees these records as live data, not static comments. Trigger `get_verification_details` to grab the specific facts about a user's verification status. You can use these details to programmatically gate features in your application.
Set up Cleared (ClearedIn) MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Cleared (ClearedIn) MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Cleared (ClearedIn) transactions." If the MCP tools are loaded correctly, Cursor will call the Cleared (ClearedIn) tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"cleared-clearedin-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Cleared (ClearedIn). All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Cleared (ClearedIn) MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Cleared (ClearedIn) MCP today
We host it, we monitor it, we maintain it. You just paste one token.