
Granted
Discover every grant opportunity in existence.
About Granted
Granted helps users discover grant opportunities. Its connector brings grant-search context into assistant workflows so users can explore funding options, compare opportunities, and plan applications from natural-language prompts.
Connection details
https://grantedai.com/api/mcp/mcpTransport
Streamable HTTP
Authentication
OAuth
Setup
claude mcp add granted --transport http https://grantedai.com/api/mcp/mcpFrequently asked questions
What is the Granted remote MCP server?
The Granted remote MCP server is a hosted Model Context Protocol endpoint at https://grantedai.com/api/mcp/mcp, so AI assistants can connect to it without installing or running anything locally.
How do I connect to the Granted MCP server?
Add the endpoint https://grantedai.com/api/mcp/mcp to any MCP-compatible client such as Claude Code, Cursor, or VS Code. The setup snippets on this page configure each client in one step.
Does the Granted MCP server require authentication?
Yes. Granted uses OAuth: the first time you connect, your MCP client opens a browser window to sign in and authorize access, then reuses the credentials for future sessions.
Which transport does the Granted MCP server use?
Granted exposes a Streamable HTTP endpoint, the transport used by remote MCP servers and supported by all major MCP clients.