Skip to main content
0
S

SuperAuth

APIs and MCP Server for Enterprise Apps like Google, Notion, Hubspot...

Rating

0.0

Votes

0

score

Downloads

0

total

Price

Free

API key required

Works With

Claude CodeCursorWindsurfVS CodeDeveloper tool

About

SuperAuth

Simplest way to use authenticate enterprise apps and services like Google, Notion, Hubspot, Apollo, etc. 🚀

MCP server coming soon.

Quick Start

Install

Recommended:

The recommended method of installing SuperAuth is with pip from PyPI.

bash
pip install superauth

Latest:

You can also install the latest bleeding edge version (could be unstable) of SuperAuth, should you feel motivated enough, as follows:

bash
pip install git+https://github.com/celestoai/SuperAuth.git

Setup your API keys in the environment variables:

bash
APOLLO_API_KEY=your_apollo_api_key

Apollo.io Example

Find contacts in your Apollo.io account by keywords.

python
from superauth.apollo_io import Apollo

apollo = Apollo()
response = apollo.contact.search("John Doe")
print(response)

Google API

Authenticate Gmail or Google Calendar to read, and send emails or send a calendar invite.

python
from superauth.google import GmailAPI, load_user_credentials

# Load your saved credentials
creds = load_user_credentials("credentials.my_google_account.json")

# Direct tool usage
gmail = GmailAPI(creds)
messages = gmail.search_messages(query="from:github.com", limit=10)

How to run tests

uv run pytest

Don't lose this

Three weeks from now, you'll want SuperAuth again. Will you remember where to find it?

Save it to your library and the next time you need SuperAuth, it’s one tap away — from any AI app you use. Group it into a bench with the rest of the team for that kind of task and you can pull the whole stack at once.

⚡ Pro tip for geeks: add a-gnt 🤵🏻‍♂️ as a custom connector in Claude or a custom GPT in ChatGPT — one click and your library is right there in the chat. Or, if you’re in an editor, install the a-gnt MCP server and say “use my [bench name]” in Claude Code, Cursor, VS Code, or Windsurf.

🤵🏻‍♂️

a-gnt's Take

Our honest review

This plugs directly into your AI and gives it new abilities it didn't have before. APIs and MCP Server for Enterprise Apps like Google, Notion, Hubspot... Once connected, just ask your AI to use it. It's completely free and works across most major AI apps. This one just landed in the catalog — worth trying while it's fresh.

Tips for getting started

1

Tap "Get" above, pick your AI app, and follow the steps. Most installs take under 30 seconds.

2

Heads up: this needs an API key to work. You'll get one from the service's website (usually free). The setup guide tells you exactly where.

What's New

Version 1.0.06 days ago

Imported from GitHub

Ratings & Reviews

0.0

out of 5

0 ratings

No reviews yet. Be the first to share your experience.