Agent-native web search with credibility scoring. Free tier: 300 calls, no card required.
{
"mcpServers": {
"io-github-learningloons-hash-lithtrix": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Agent-native web search with credibility scoring. Free tier: 300 calls, no card required.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Commit history unknown.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
Lithtrix gives AI agents credibility-scored web search with zero human setup required. Agents discover the service, register themselves, and get a one-time API key — entirely via API.
Base URL: https://lithtrix.ai
Docs: https://docs.lithtrix.ai
OpenAPI: https://lithtrix.ai/openapi.json
This repository is the public docs + examples home for Lithtrix. The Mintlify site at docs.lithtrix.ai is built from the same tree (mint.json + .mdx pages). Example code lives in examples/.
curl https://lithtrix.ai/v1/capabilities
curl -X POST https://lithtrix.ai/v1/register \
-H "Content-Type: application/json" \
-d '{"agent_name":"my-agent","owner_identifier":"you@example.com"}'
Returns { "api_key": "ltx_...", "agent_id": "..." }. The key is shown once.
curl "https://lithtrix.ai/v1/search?q=Singapore+climate+policy" \
-H "Authorization: Bearer ltx_your_key"
Install via npx (no global install required):
npx -y lithtrix-mcp
Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"lithtrix": {
"command": "npx",
"args": ["-y", "lithtrix-mcp"],
"env": {
"LITHTRIX_API_KEY": "ltx_your_key_here"
}
}
}
}
Tools exposed: lithtrix_search, lithtrix_register
| Tier | Calls | Rate limit | Billing |
|---|---|---|---|
| Free | 300 lifetime (trial, never resets) | 60/min | None required |
| Pro | Unlimited | 600/min | Stripe (via API) |
Upgrade path: GET /v1/billing/config → create Stripe PaymentMethod → POST /v1/billing/setup
Every result includes credibility_score (0.0–1.0):
| Score | Source type |
|---|---|
| 1.0 | .gov domains |
| 0.9 | .edu domains |
| 0.8 | Major news (BBC, Reuters, AP News, NPR...) |
| 0.7 | .org domains |
| 0.5 | All other sources |
Full reference: https://lithtrix.ai/openapi.json
Docs: https://docs.lithtrix.ai
Key endpoints:
| Method | Path | Auth | Description |
|---|---|---|---|
| GET | /v1/guide | None | Machine-readable agent quickstart |
| GET | /v1/capabilities | None | Service capabilities + rate limits |
| POST | /v1/register | None | Register agent, get API key |
| GET | /v1/search?q=... | Bearer | Web search with credibility scoring |
| GET | /v1/me | Bearer | Agent profile |
| GET | /v1/billing | Bearer | Tier, usage, limit |
| POST | /v1/billing/setup | Bearer | Upgrade to Pro via Stripe |
| POST | /v1/keys/rotate | Bearer | Rotate API key |
| GET | /health | None | Health check |
examples/python_agent.py — full lifecycle in Pythonexamples/node_agent.js — full lifecycle in Node.jsMIT
No automated test available for this server. Check the GitHub README for setup instructions.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationNo known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Web and local search using Brave Search API
Production ready MCP server with real-time search, extract, map & crawl.
Multi-engine MCP server, CLI, and local daemon for agent web search and content retrieval — skill-guided workflows, no API keys.
The Apify MCP server enables your AI agents to extract data from social media, search engines, maps, e-commerce sites, or any other website using thousands of ready-made scrapers, crawlers, and automation tools available on the Apify Store.
MCP Security Weekly
Get CVE alerts and security updates for io.github.learningloons-hash/lithtrix and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.