Other MCP Clients
If your AI application isn't covered by one of our dedicated guides but supports the Model Context Protocol (MCP), you can connect it directly to NotifyAI.
NotifyAI exposes a remote MCP server that compatible clients can use to access job discovery and monitoring tools.
Connection URLs
Use the connection method supported by your MCP client.
Transport | URL | Notes |
|---|---|---|
| Streamable HTTP Recommended | | Modern MCP transport and the recommended option for compatible clients. |
| SSE Server-Sent Events | | Legacy transport for MCP clients that don't yet support Streamable HTTP. |
Recommended
Use Streamable HTTP whenever your MCP client supports it.
Only use SSE when the client specifically requires the older SSE transport.
JSON configuration format
Most MCP-compatible applications accept a JSON configuration.
Choose the transport supported by your application and copy the corresponding configuration.
{
"mcpServers": {
"notifyai": {
"url": "https://mcp.notifyai.tech/mcp"
}
}
}If your tool doesn't support remote HTTP connections directly, use the **STDIO (via mcp-remote)** configuration.
What happens after you connect?
When your client connects to NotifyAI for the first time, you may be asked to authenticate your NotifyAI account.
Complete the authorization flow in your browser and return to your MCP client.
Once connected, your client can discover the NotifyAI tools available to your account.
Verify the connection
After setup is complete, try asking:
Find Backend Developer jobs in Bengaluru.
Verify Your Setup
Make sure everything is working before moving on.
Find Backend Developer jobs in Bengaluru.
You should see
- Your MCP client should use NotifyAI and return matching live job opportunities.
- Fresh job listings from NotifyAI
- Relevant locations and company names
- Links to apply for jobs
Need client-specific instructions?
Different MCP clients use different configuration screens and file locations.
Refer to your client's MCP documentation to find where remote MCP servers are configured, then use the NotifyAI connection details shown above.
Start using NotifyAI
Explore Search Jobs
Learn how to search live job opportunities using roles, companies, locations, skills and work preferences.
Continue