Skip to main content
Glama
by clipsense
get_api_key.py•584 B
#!/usr/bin/env python3 import requests import json # Request a test API key response = requests.post( "https://api.clipsense.app/api/v1/keys/request", headers={"Content-Type": "application/json"}, json={"email": "mcp-test@clipsense.app"} ) print(f"Response: {response.json()}") # Since email doesn't work, we'll use a dummy key for local testing # or you can provide the actual key manually dummy_key = "cs_sk_test_mcp_local_12345" print(f"\nFor local testing, use this dummy key: {dummy_key}") print("\nOr contact backend admin to retrieve the actual generated key.")

Latest Blog Posts

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/clipsense/-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server