Recommendations, search, catalogue, analytics, and platform admin tools for NeuronSearchLab
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Neuron Search Lab MCP.
get_recommendationsFetch personalised recommendations for a user
get_auto_recommendationsAuto-sectioned feed with pagination (infinite scroll)
track_eventRecord a user interaction (click, view, purchase, etc.)
upsert_itemAdd or update a catalogue item
patch_itemPartially update an item (enable/disable, change fields)
delete_itemsPermanently remove items from the catalogue
MCP (Model Context Protocol) server for NeuronSearchLab. Gives any MCP-compatible AI client (Claude, Codex, Cursor, Windsurf, etc.) direct access to NeuronSearchLab recommendations, product/content search, catalogue operations, analytics, and platform controls.
Two ways to run it:
https://console.neuronsearchlab.com/api/mcp β Streamable HTTP with OAuth sign-in or an NSL API key. Listed on the MCP Registry as com.neuronsearchlab/mcp (search neuronsearchlab in the registry API or directory).npx -y @neuronsearchlab/mcp in two modes β public (recommendations, events, catalogue via OAuth client credentials) or internal (admin platform via console API key).The hosted endpoint runs a submission-safe customer administration profile. It includes first-class tools for plan and usage visibility, ranking configuration, experiments, training, analytics, catalogue inspection, API-key inventory and revocation, integrations, and event types. Every hosted tool declares its OAuth requirement and requires the authenticated team's admin scope. Credential creation, billing mutations, and the arbitrary platform API fallback remain available only to trusted local/internal clients so secrets, purchases, and unbounded API calls are not exposed in ChatGPT. Keys minted through OAuth consent appear in console β Security and can be revoked there anytime.
claude.ai / Claude Desktop β Settings β Connectors β Add custom connector β paste https://console.neuronsearchlab.com/api/mcp β Connect, then sign in to your NeuronSearchLab console and approve the scopes.
Claude Code
OpenAI Codex β in ~/.codex/config.toml:
Cursor / Windsurf / other Streamable HTTP clients
| Tool | Description |
|---|---|
get_recommendations | Fetch personalised recommendations for a user |
get_auto_recommendations | Auto-sectioned feed with pagination (infinite scroll) |
track_event | Record a user interaction (click, view, purchase, etc.) |
upsert_item | Add or update a catalogue item |
patch_item | Partially update an item (enable/disable, change fields) |
delete_items | Permanently remove items from the catalogue |
search_items | Search the catalogue by keyword |
explain_ranking | Explain why an item ranked where it did for a user |
Uses OAuth client credentials and the public API.
Supported:
Uses a NeuronSearchLab API key with the admin scope against the console API.
Currently supported:
get_account_plan returns the effective plan, resolved limits, current usage, and exact overagessearch_items, explain_rankinglist_contexts, create_context, update_context, delete_context, get_contextlist_pipelines, create_pipeline, update_pipeline, delete_pipeline, activate_pipeline, deactivate_pipeline, clone_pipeline, get_pipelinelist_rules, create_rule, update_rule, delete_rule, toggle_rule, enable_rule, disable_rule, get_rulelist_segments, get_segment, create_segment, update_segment, delete_segmentlist_experiments, get_experiment, create_experiment, update_experiment, start_experiment, stop_experiment, get_experiment_results, refresh_experiment_resultslist_training_jobs, get_training_job, create_training_job, cancel_training_jobget_ranking_metrics, get_user_analytics, get_item_analytics, compare_items, top_itemslist_event_types, create_event_type, update_event_type, delete_event_typelist_api_keys, revoke_api_key, list_integrations (create_api_key is local/internal only because it returns credential material)list_platform_routes, call_platform_apiGenerate SDK Credentials (OAuth 2.0 client ID + secret) from the NeuronSearchLab console.
Public mode (recommendations, events, catalogue):
Edit ~/Library/Application Support/Claude/claude_desktop_config.json:
Internal mode (admin platform β contexts, pipelines, rules, analytics, etc.):
Restart Claude Desktop. You'll see a π neuronsearchlab indicator in the toolbar when it's connected.
Once connected, run this named demo path before wiring the server into a larger workflow. It proves that an AI client can operate the recommender as an investigation surface rather than just call a recommendation endpoint.
request_id from the recommendation or search response when available.Internal/admin mode can also inspect operational state before making changes:
Next steps after the smoke test:
homepage-feedFollow your client's MCP server guide. The command is:
Set NSL_CLIENT_ID + NSL_CLIENT_SECRET for public mode, or NSL_PLATFORM_MODE=internal + NSL_API_KEY for internal mode.
This repo uses Changesets plus GitHub Actions for automated versioning and npm publishing.
npm run changesetmainrelease.yml workflow opens or updates a version PR@neuronsearchlab/mcp to npm automaticallyTo enable trusted publishing, configure the package on npmjs.com to trust the release.yml workflow in this repository.
All configuration is via environment variables:
| Variable | Required | Default | Description |
|---|---|---|---|
NSL_PLATFORM_MODE | No | public | public or internal |
NSL_CLIENT_ID | Public mode | β | OAuth client ID from the console |
NSL_CLIENT_SECRET | Public mode | β | OAuth client secret from the console |
NSL_API_KEY | Internal mode | β | API key with admin scope |
NSL_TOKEN_URL | No | https://auth.neuronsearchlab.com/oauth2/token | Token endpoint |
NSL_API_BASE_URL | No | https://api.neuronsearchlab.com in public mode, https://console.neuronsearchlab.com in internal mode | API base URL |
NSL_TIMEOUT_MS | No | 15000 | Request timeout in milliseconds |
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/mcp-119)<a href="https://allmcps.com/mcp/mcp-119"><img src="https://allmcps.com/api/badge/mcp-119?style=directory" alt="Neuron Search Lab MCP on AllMCPs" /></a>