Open Connector
All tools

Granted AI logoGranted AI

Search grants and foundation funding through the Granted AI REST API.

grantedvcatalog-v10 tools

Authentication

MethodKindStatusDetails
API keyapi_keyavailableUse your Granted AI API key to access the grant discovery REST API.

Call a tool

import { createClient } from "@open-connector/sdk";const oc = createClient({  baseUrl: "https://api.openconnector.dev",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const toolkit = await oc.getToolkit({ slug: "granted" });
import Composio from "@composio/client";const composio = new Composio({  baseURL: "https://api.openconnector.dev/composio",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const toolkit = await composio.toolkits.retrieve("granted");
oc toolkits info granted

Tool catalog

Available tools

0 callable operations

No tools are currently registered for this toolkit.

Provider resources