Titan Frameworks
Provides token-efficient documentation search, latest syntax snippets, imports, migration notes, and error diagnosis for LangChain.
Provides token-efficient documentation search, latest syntax snippets, imports, migration notes, and error diagnosis for Ollama.
Provides token-efficient documentation search, latest syntax snippets, imports, migration notes, and error diagnosis for XRPL via xrpl.js and xrpl-py.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Titan FrameworksWhat's the correct xrpl.js syntax for issuing a token?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Titan Frameworks
MCP server that indexes and serves token-efficient docs for LangChain, LlamaIndex, Ollama, and XRPL (xrpl.js / xrpl-py).
Live Streamable HTTP: https://titan-frameworks-production.up.railway.app/mcp
Paid with x402: $0.001 USDC on Base or 1000 drops XRP / 0.001 RLUSD on XRPL mainnet.
Agent discovery: llms.txt · Smithery smithery.yaml · MCP Registry server.json
Tools
Tool | Purpose |
| Keyword search over local Markdown chunks |
| Working snippets, imports, migration notes |
| Stack-trace → deprecated API → exact fix |
Related MCP server: Library Docs MCP Server
Connect a client
{
"mcpServers": {
"titan-frameworks": {
"url": "https://titan-frameworks-production.up.railway.app/mcp"
}
}
}x402-capable clients send PAYMENT-SIGNATURE / X-PAYMENT after a 402. Local stdio (Cursor folder / npm run dev) does not charge.
HTTP endpoints
Path | Notes |
| liveness + index stats |
| agent discovery |
| tool list + live pricing |
| x402scan resource index |
| full payment requirements + bazaar metadata |
| Smithery static card |
| Streamable HTTP MCP (paid in production) |
Run locally (stdio)
cd titan-frameworks
npm install
npm run devProject config is in .cursor/mcp.json. Seed docs ship in src/data/seed-fallback.json.
npm run index-docsHTTP mode (Vercel / Railway)
npm run dev:http
# POST http://127.0.0.1:3333/mcpnpm run build
npm startRailway uses railway.toml (npm run start). Vercel rewrites to api/index.ts.
x402 micropayments
Production billing is on. POST https://titan-frameworks-production.up.railway.app/mcp without a payment header returns 402.
Rail | Price | Network | Facilitator |
USDC | $0.001 | Base ( | PayAI |
XRP | 1000 drops (0.001 XRP) | XRPL mainnet ( | T54 |
RLUSD | 0.001 | XRPL mainnet ( | T54 |
A raw wallet transfer is not an x402 proof. Clients retry /mcp with PAYMENT-SIGNATURE / X-PAYMENT. Local stdio (npm run dev) does not charge.
To reproduce the gate locally: X402_ENABLED=true (mock) plus X402_USDC_LIVE=true / X402_XRPL_LIVE=true for live verify/settle.
Password-gated admin
Production dashboard: https://titan-frameworks-production.up.railway.app/admin
It is not a public stats page. Login is a password checked against ADMIN_SECRET_KEY. Unauthenticated /api/admin/* calls return 401. The old public /admin/api/stats route is gone (404).
Layout
src/app/ Next.js admin UI + /api/admin routes
src/components/ Admin dashboard React components
src/tools/ MCP tool handlers
src/mcp/tools.ts tool registration (includes xrpl)
src/indexer/ xrpl.js crawl targets
src/services/ search, indexer, store, x402, earnings, discovery
src/data/ JSON index, syntax catalog, known errors
src/types/ Zod schemas + TS types
scripts/ index-docs, x402-smoke
server.json MCP Registry remote listing
smithery.yaml Smithery remote listing
glama.json Glama maintainer claimRelated MCP Connectors
The documentation, as a tool your agent can call: 950+ AI-dev guides. Search + fetch tools.
Provide your AI coding tools with token-efficient access to up-to-date technical documentation for…
Token-efficient search for coding agents over public and private documentation.
@latest documentation and code examples to 9000+ libraries for LLMs and AI code editors in a singl…
Related MCP Servers
- AlicenseCqualityCmaintenanceProvides real-time access to up-to-date library documentation and code examples for any programming library. Helps AI coding assistants deliver accurate, current information instead of relying on outdated training data.120 npmMIT
- FlicenseBqualityNot gradedmaintenanceSearches and fetches real-time documentation for libraries like Langchain, OpenAI, and Llama-Index using the Serper API. It allows LLMs to access up-to-date technical information and bypass knowledge cut-off limitations.1-
- FlicenseAqualityDmaintenanceProvides Large Language Models with real-time access to the latest documentation for Python libraries like Langchain, LlamaIndex, and OpenAI, enabling accurate and up-to-date code suggestions.1-
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to access and search up-to-date Solana documentation, get canonical spec references, and fix Anchor/Pinocchio Solana programs via MCP tools.15 npm81MIT