Back to Browse

Glasser MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

One key to 1,000+ paid data APIs: enrichment, SEO/SERP, scraping, places, news. Pay per call.

About

One key to 1,000+ paid data APIs: enrichment, SEO/SERP, scraping, places, news. Pay per call.

Remote endpoints: streamable-http: https://api.glasser.ai/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

Endpoint verified · Requires authentication · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "ai-glasser-glasser": {
      "url": "https://api.glasser.ai/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

Glasser plugins

One key, no contract, pay per call, across paid APIs bought wholesale.

Official agent plugins for Glasser. This repository is a distribution package: configuration plus markdown. It ships no executable code and no install script.

Works with Cursor, Claude Code, Grok Build, and any client that reads the Agent Plugins format.

Install

Cursor

Search glasser under Customize → Plugins, or open the listing on the Cursor Marketplace. The first call opens your browser to sign in.

Claude Code

/plugin marketplace add glasser-ai/plugins
/plugin install glasser@glasser

Any supported agent

npx plugins add glasser-ai/plugins

Detects every agent installed on the machine and installs to all of them.

Grok Build

/marketplace inside Grok Build once the plugin is listed. Until then, add this repository under [[marketplace.sources]] in ~/.grok/config.toml; the Grok Build docs have the syntax.

MCP only

Any MCP client that signs in with OAuth needs just the URL:

https://api.glasser.ai/mcp

Clients that cannot open a browser can send a Key instead — client-by-client snippets: https://glasser.ai/docs/mcp-server

Authentication

Nothing to create or paste. The first tool call opens your browser: sign in to Glasser, choose the Workspace whose balance the agent may spend, and click Allow. That mints a Key named MCP · <client> for that Workspace — it is listed at https://app.glasser.ai/keys like any other Key, and revoking it there disconnects the client. Disconnecting inside the client does not revoke the Key; the next sign-in reuses it.

The optional CLI authenticates on its own with glasser login (browser device authorization). That stores a Key for the CLI only.

What you get

MCP tools — search, inspect, run, runs_get, runs_list, runs_stop, balance. Only run creates a Run and charges the Workspace balance; the other tools read the catalog, past Runs and the Balance. Every Run reports its own charge.

Skill — the workflow the agent follows: search the catalog, inspect an Endpoint's Price and charge clauses before running, run, then report the result and the charge. It uses the MCP tools by default and the CLI for results too large for the context window, for scripting and for CI.

Rule (Cursor only) — always-on spending guardrails.

Optional CLI — npm install -g @glasser-ai/cli. Same Key, same Workspace, same Balance. Docs: https://glasser.ai/docs/cli

Network endpoints and credentials

For reviewers and anyone auditing what this plugin reaches.

EndpointUsed byCredential
https://api.glasser.ai/mcpthe MCP server configthe OAuth access token the client obtains at sign-in; the server resolves it to the MCP · <client> Key
https://app.glasser.ai/api/auththe client, at sign-inOAuth authorization server: discovery, client registration, tokens
https://app.glasser.aisign-in and the Workspace consent page; Key management; glasser login approvalyour browser session
https://api.glasser.ai/v1the optional CLIKey stored by glasser login, or GLASSER_API_KEY
https://registry.npmjs.orgthe CLI's at-most-daily update checknone

Nothing in this repository executes. The plugin sends no telemetry of its own. The service behind these endpoints is governed by Glasser's terms of service and privacy policy.

Repository layout

.cursor-plugin/marketplace.json   Cursor catalog (one entry)
.claude-plugin/marketplace.json   Claude Code catalog (one entry)
plugins/glasser/
├── plugin.json                   Agent Plugins manifest
├── .cursor-plugin/plugin.json    Cursor manifest (carries rules/)
├── .claude-plugin/plugin.json    Claude Code / Grok Build manifest
├── openclaw.plugin.json          OpenClaw manifest (ClawHub requires it to publish)
├── mcp.json                      MCP server (read by Cursor, Agent Plugins)
├── .mcp.json                     identical copy (read by Claude Code, Grok Build)
├── skills/glasser/SKILL.md
├── rules/glasser-spending.mdc
├── assets/logo.svg               1:1, transparent (see plugins/glasser/README.md)
└── assets/icon.png               the same mark, rasterised for ClawHub
scripts/                          validators and the version bump

Releasing: see DISTRIBUTION.md.

License

MIT — see LICENSE. The Glasser service has its own terms.

Reviews

No reviews yet

Be the first to review this server!