Skip to content

The public beta is free. No card, and your first mentions land in minutes.Join the beta

A brand monitoring MCP server for your own agent

Nephia's MCP server lets Claude, Cursor, ChatGPT or any MCP client read the mentions your brand gets on 14 sources.

Add https://api.nephia.cc/mcp, sign in once in the browser, and ask the way you would ask a colleague: which complaints came in since Friday, what Reddit said this week.

It is on every plan, Free included, and reading your own mentions through it costs nothing.

Install it in one line

The server is remote and signs you in with OAuth. The first call opens your browser, a consent screen lists what the agent is asking for, and you decide. There is no key to copy and nothing to paste.

MCP client
claude mcp add --transport http nephia https://api.nephia.cc/mcp
How it works

A question, the call it becomes

The agent turns a plain question into a call over your own mentions, with the filters the Feed already has: source, intent, sentiment, a date. The Source is an argument, not a tool, so one call reads every source you watch.

In Claude, on the demo account
> Which complaints came in since Friday?

list_mentions · intent=complaint · since=2026-09-04

- hosted checkout keeps timing out since this morning, anyone else on cairn seeing this? (1,204 views)
- Webhook signature check fails on Node 22 (#412) (23 reactions)

What your agent can call

The tools the Nephia MCP server exposes, and what each costs
ToolWhat it doesCost
list_mentionsList mentionsFree in text mode · 1 credit/semantic question
list_queriesList queriesFree
get_queryGet a queryFree
get_query_resultsList a query's mentionsFree in text mode · 1 credit/semantic question
list_query_bucketsList a query's bucketsFree
query_managePause, resume, or retire a queryFree
query_estimateEstimate a query or a changeFree
query_createCreate a queryMetered per check
query_updateChange query settingsMetered per check
query_source_setAdd or replace one of a query's sourcesMetered per check
query_source_managePause or resume one of a query's sourcesFree
query_bucket_manageCreate or delete a bucketFree
query_brand_setSee or set a query's brandFree
watch_createCreate a watchMetered per tick
watch_listList watchesFree
watch_managePause, resume, or delete a watchFree
watch_feedGet watch events or activityFree
analyses_runRun an AI pass over items1/50 items (agent: 1/25)
analyses_estimatePrice an AI passFree
vinted_price_historyGet a Vinted item price history3 credits
vinted_market_statsGet Vinted market price statistics5 credits
account_creditsGet credit balanceFree

Read from the server’s own registry when this page is built. Every tool description carries its cost, so a model can budget before it spends.

What the consent screen asks for

Read your mentions and Queries
Every free read: mentions, Queries, their buckets, Watches and your credit balance.
Change what is running
Pause, resume or retire a Query; create, pause and remove Watches.
Spend your credits
Search by meaning and AI passes. It arrives unticked: an agent without it still reads everything, and says so when a call needs it.
Disconnect
Settings, API keys, Connected agents. The agent has to sign in again to reach your account.

The mentions behind that answer

From the demo account. Cairn and every handle are fictional.

  • X@claire_dev1,204 views

    hosted checkout keeps timing out since this morning, anyone else on cairn seeing this?

    negativecomplaint

    Names a checkout outage and asks whether others see it, a complaint with reach, not a one-off.

  • GitHubcairndev/cairn-node23 reactions

    Webhook signature check fails on Node 22 (#412)

    negativecomplaint

    A reproducible failure against the SDK with a runtime version, a bug report, filed as a complaint.

Questions

Do I need an API key?

No. The remote server signs you in with OAuth: your browser opens once, you choose what the agent may do, and the connection is live. Spending credits is a separate permission, left off unless you tick it.

Which clients does it work with?

Any client that can add a remote MCP server. In Claude Code it is one command; in Cursor it is the URL in mcp.json; in Claude.ai and ChatGPT it is a custom connector pointed at https://api.nephia.cc/mcp.

Can my agent set up monitoring?

It reads every Query and can pause, resume or retire one, which is also how it stops one spending. Queries themselves are set up in the dashboard, where their rules, buckets and delivery live. A single-source Watch can be created from the agent, given a webhook URL you control.