Search
Run localized proxy and direct searches; read the parsed organic results, ads, and metadata.
Connect any MCP-compatible AI agent — Claude, Cursor, Cline, and more — directly to iSearchFrom's localized search, rank tracking, and AI-visibility data over the Model Context Protocol.
iSearchFrom runs a hosted, first-party MCP server. Point any MCP-compatible AI client at it, authorize once, and your agent can run localized Google and Bing searches, manage rank-tracking and ad-tracking campaigns, read AI-visibility results, and query your organization data — all with permissions you control and enforced on every call.
The Model Context Protocol (MCP) is the open standard for connecting AI agents to external tools and data. Instead of copying results into a chat by hand, an MCP-connected agent discovers iSearchFrom’s tools automatically and calls them while it reasons — “check my brand’s visibility on ChatGPT for these ten prompts,” “run this search as a mobile user in Germany and summarise the ads,” “add a rank-tracking campaign for these keywords.”
Everything an MCP client needs to connect:
| Setting | Value |
|---|---|
| Server URL | https://api.isearchfrom.com/mcp |
| Transport | Streamable HTTP (stateless) |
| Auth | OAuth 2.1 — you authorize the client and pick which organization it acts in |
| Discovery | https://api.isearchfrom.com/.well-known/oauth-protected-resource |
The server exposes 34 tools across eight areas. Read tools return data; action tools create, change, or run things (and may spend tokens). Your agent only ever sees the tools your granted permissions allow.
Search
Run localized proxy and direct searches; read the parsed organic results, ads, and metadata.
Rank & ad tracking
Create, update, delete, and trigger position-tracker and ad-tracker campaigns; read run status.
AI visibility
Manage AI-visibility campaigns and read brand-mention metrics across ChatGPT, Gemini, Perplexity, and Google AI surfaces.
Projects
List, create, update, and delete the projects that group your searches and campaigns.
Flexible data queries
describe_schema + query_sql let the agent run read-only SQL over your own organization’s
data, isolated at the database.
Usage & identity
whoami, token balance, entitlements, and token transaction history — so the agent can check
budget before spending.
See the full Tool catalog for every tool, its purpose, and whether it costs tokens.
MCP access is user-scoped and least-privilege by design — this is a deliberate security property, not an afterthought:
Full detail — scopes, token spend, and how to revoke a connection — is in Permissions & security.