Skip to main content
Glama

Kagi MCP Server

by apridachin
MIT License
2
  • Apple
test_api.py489 B
import asyncio from kagi_mcp.config import Config from kagi_mcp.kagi import ask_fastgpt, enrich_web, enrich_news config = Config() if __name__ == "__main__": ask = asyncio.run(ask_fastgpt("current price of NVDA stock on NYSE")) enrich_web = asyncio.run(enrich_web("NVDA stock on NYSE")) enrich_news = asyncio.run(enrich_news("NVDA stock on NYSE")) print(json.dumps(ask, indent=2)) print(json.dumps(enrich_news, indent=2)) print(json.dumps(enrich_web, indent=2))

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/apridachin/kagi-search-mcp'

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