AuthorityPrompt MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@AuthorityPrompt MCP ServerWhat verified facts does AuthorityPrompt have for acme.com?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
AuthorityPrompt for Gemini CLI
Companies have an official website for humans. They don't have an official identity for AI. AuthorityPrompt is that identity — and this extension lets you manage your own company's identity from Gemini CLI.
You sign in with your AuthorityPrompt account. Gemini then works with your company's data: verified facts, sources, AIO readiness, LLM visibility. Each account sees only its own companies.
Install
gemini extensions install https://github.com/authorityprompt/gemini-authorityprompt-mcpOn first install Gemini CLI asks whether to trust the current workspace — answer
Y. The first time a tool runs, your browser opens the AuthorityPrompt consent
screen. After you approve, the token is managed by Gemini CLI; nothing is stored
in this repository.
You need an AuthorityPrompt account: https://authorityprompt.com
Related MCP server: ctscout
Use
Ask in plain language:
Which account am I connected as?
List my companies.
Run an AIO readiness audit.
Add https://example.com/about as a source for my company.
What do LLMs currently say about us, and where does it disagree with our facts?What it can do
Read your account and companies, pull the canonical profile, verified facts, sources with provenance and confidence, run AIO readiness audits and LLM visibility checks, and — with your consent — publish and repair company facts.
Writes are explicit: the tools that change data are separate from the ones that read it, and the OAuth scopes you grant decide which are available.
Permissions
The extension requests only what it needs:
Scope | Purpose |
| identify the connected account |
| list your companies |
| read canonical profile, facts, sources |
| publish or repair facts, add sources |
| read audit and visibility reports |
| run AIO readiness audits |
| generate llms.txt, JSON-LD, answer blocks |
| check what LLMs say about the company |
Revoke access any time from your AuthorityPrompt account settings.
How it works
This extension is a thin manifest. It points Gemini CLI at the AuthorityPrompt MCP endpoint:
https://authorityprompt.com/api/v1/integrations/gemini/mcpThere is no local server and no dependencies to install. The endpoint requires
OAuth 2.0; Gemini CLI discovers the authorization server from the 401
response, registers itself dynamically (RFC 7591) and runs the flow with PKCE.
Links
Website: https://authorityprompt.com
Privacy: https://authorityprompt.com/privacy
Support: hello@authorityprompt.com
License
MIT — see LICENSE.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/authorityprompt/gemini-authorityprompt-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server