Jentic MCP + Cursor (OAuth or API Key)¶
Goal — In a few minutes, you'll enable Jentic MCP tools in Cursor using OAuth or API Key authentication, allowing you to search, load, and execute external APIs directly in your coding workflow.
What you'll get¶
With Jentic MCP configured in Cursor, you'll gain access to powerful tools:
Tools available¶
| Tool available in Cursor | What it does |
|---|---|
| search_apis | Type what you need (e.g., "Send Discord Message", "Find New York Times Articles") and MCP lists matching APIs. |
| load_execution_info | See the details of any API you found - what information it needs and how to use it. |
| execute | Actually use the API - provide the required information and get results back in the chat. |
Resources available¶
| Resource available in Cursor | What it does |
|---|---|
| list_credentials | Lists all credentials your agent has access to in .txt format. Can be given to the agent for more context about available integrations. |
Before you start¶
- Cursor — Latest version installed
- Jentic account — Sign in at app.jentic.com
- MCP Configuration set (for OAuth) — Create an MCP Configuration set in Jentic
- Agent API Key (for API Key auth) — Create a Live Capabilities agent and get your API key
Choose Your Authentication Method¶
Cursor supports both OAuth and API Key authentication. Choose the method that works best for you:
- OAuth (recommended) — Token-based authentication stored in the client. No API key needed. Sign in once and the client handles authentication. Full functionality (search, load, execute). Need to set up a Jentic MCP Configuration set.
- API Key — Use your Agent API Key for authentication. Requires creating a Live Capabilities agent in Jentic. Full functionality (search, load, execute).
OAuth Configuration¶
1. Sign In to Jentic¶
- Go to app.jentic.com/sign-in in your browser.
- Sign in to your Jentic account.
- Make sure you use the same sign-in method you'll use when connecting to MCP later.
2. Set Up MCP Configuration Set¶
- Go to app.jentic.com/mcp-configuration in your browser.
- Click to create a new MCP Configuration set.
- Choose the integrations you want to use with MCP.
- Add any necessary credentials (API keys, OAuth tokens, etc.) to the MCP Configuration set.
- Save your MCP Configuration set.
3. Configure Cursor¶
- Open Cursor Settings (click the gear icon in the top right).
- Click Tools & MCP in the left sidebar.
- Click Add Custom MCP (or New MCP Server if you've configured MCP before).
- A JSON file will open. Replace its contents with the OAuth configuration below:
{
"mcpServers": {
"jentic": {
"url": "https://api.jentic.com/mcp",
"headers": {
}
}
}
}
- Save the file.
4. You're All Set¶
You're now connected! When you use Jentic in Cursor, you'll be prompted to sign in with your Jentic account. Use the same account where you created your MCP Configuration set.
API Key Configuration¶
1. Sign In to Jentic¶
- Go to app.jentic.com/sign-in in your browser.
- Sign in to your Jentic account.
2. Create a Live Capabilities Agent & Get Your API Key¶
- Go to app.jentic.com/live in your browser.
- Click New Live Capabilities.
- Choose a name for your Live Capabilities agent.
- Add any relevant credentials (API keys, OAuth, etc.) that you want the agent to use.
- Click Create Live Capabilities.
- Copy your Agent API Key (shown only once — save it securely).
3. Configure Cursor¶
- Open Cursor Settings (click the gear icon in the top right).
- Click Tools & MCP in the left sidebar.
- Click Add Custom MCP (or New MCP Server if you've configured MCP before).
- A JSON file will open. Replace its contents with the API Key configuration below:
{
"mcpServers": {
"jentic": {
"url": "https://api.jentic.com/mcp",
"headers": {
"x-jentic-api-key": "your_agent_api_key"
}
}
}
}
- Replace
"your_agent_api_key"with your actual API key from step 2 (Create a Live Capabilities Agent & Get Your API Key). - Save the file.
4. You're All Set¶
You're now connected! To use Jentic MCP:
- Open Cursor's chat interface.
- Start using Jentic tools - the connection will be established automatically.
- Begin your query with "Use Jentic to …" to use the tools.
Privacy Policy¶
See our privacy policy: https://jentic.com/privacy