{"name":"io.github.bebopp187-stack/titan-frameworks","slug":"bebopp187-stack-titan-frameworks","title":"Titan Frameworks (LangChain, LlamaIndex, Ollama, XRPL)","description":"Review and rewrite LangChain, LlamaIndex, Ollama, and XRPL code against current APIs.","url":"https://mcp.market/server/bebopp187-stack-titan-frameworks","rating":null,"grade":"A","score":88,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":23,"stars":0,"forks":0,"downloads_week":null,"last_push_at":"2026-09-15T19:37:25.000Z","license":"MIT"},"uptime":{"percent":100,"checks":1,"ok":1,"last_checked_at":"2026-09-19T17:21:13.479Z","last_ok_at":"2026-09-19T17:21:13.479Z","latency_ms":1000},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/bebopp187-stack/titan-frameworks","website":"https://titan-frameworks-production.up.railway.app/llms.txt","version":"1.0.1","remotes":[{"type":"streamable-http","url":"https://titan-frameworks-production.up.railway.app/mcp"}],"packages":[],"tools":[{"name":"diagnose_framework_error","description":"Match a stack trace or exception against known deprecated APIs for langchain, llamaindex, ollama, or xrpl and return the replacement plus a fix. Use only when you have an error_log; matched=false means no catalog hit — then search_ai_framework_docs with the failing symbol. Lint source before it crashes with review_framework_code. Not for happy-path syntax (fetch_latest_syntax). Paid tools/call: $0.001 USDC or 1000 drops XRP; read-only, does not execute code.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"framework":{"type":"string","description":"One of langchain, llamaindex, ollama, or xrpl — the library that threw the error"},"error_log":{"type":"string","minLength":1,"description":"Raw traceback or exception text. Paste the error, not a question about it"}},"required":["framework","error_log"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"draft_xrpl_intent_tx","description":"Draft a typed xrpl.js / xrpl-py skeleton for payment, trustline, rlusd, or channel, plus required fields and common tec/tem failure codes. Use when building an XRPL tx; never submits, signs, or moves funds. Prefer fetch_working_example for a full script and review_framework_code to lint Amount/address mistakes. Paid tools/call: $0.001 USDC or 1000 drops XRP.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"intent":{"type":"string","minLength":1,"description":"payment, trustline, rlusd, or channel — what the transaction should do"},"language":{"type":"string","description":"typescript (default) or python"}},"required":["intent"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"fetch_latest_syntax","description":"Curated working imports, snippets, and migration notes for one topic (agents, rag, wallet, payment, trustlines, …). Use when writing or migrating a fragment; unknown topics fall back to related doc chunks instead of failing. Prefer fetch_working_example for a complete runnable file, search_ai_framework_docs for open-ended lookup, and diagnose_framework_error for exceptions. Paid tools/call: $0.001 USDC or 1000 drops XRP; read-only catalog.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"framework":{"type":"string","description":"One of langchain, llamaindex, ollama, or xrpl — the library the user is coding against"},"topic":{"type":"string","minLength":1,"description":"One topic word: agents, rag, chat, tools, streaming, wallet, payment, trustlines, channels, rlusd, hooks, or migration"}},"required":["framework","topic"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"fetch_working_example","description":"Fetch one complete runnable file (filename, install/run, source) for a goal such as agent, rag, chat, payment, or rlusd. Use when fetch_latest_syntax snippets are too small to execute. matched=false means no catalog example — then fetch_latest_syntax. Paid tools/call: $0.001 USDC or 1000 drops XRP; does not execute the example.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"framework":{"type":"string","description":"One of langchain, llamaindex, ollama, or xrpl — the library the example should use"},"goal":{"type":"string","minLength":1,"description":"What to build: agent, rag, chat, lcel, payment, rlusd, trustline, …"},"language":{"type":"string","description":"python or typescript. Omit to take the best match"},"runtime":{"type":"string","description":"openai, ollama, or xrpl-testnet. Omit to take the best match"}},"required":["framework","goal"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"list_known_deprecations","description":"Return the known-deprecated API catalog (id, old API, replacement, fix) for one framework or all four at once. Use when you want the full deprecation list without a stack trace or source snippet. Prefer diagnose_framework_error when you have an error_log and review_framework_code when you have code. Paid tools/call: $0.001 USDC or 1000 drops XRP; catalog-backed, does not execute code.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"framework":{"type":"string","description":"Optional. One of langchain, llamaindex, ollama, or xrpl. Omit to list every known deprecation"}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"list_supported_frameworks","description":"List the framework ids this server covers (langchain, llamaindex, ollama, xrpl) with display names, aliases, homepages, and catalog topics. Use when you do not know which framework string to pass. Free tools/call (no x402). Not a docs search (search_ai_framework_docs) and not a deprecation dump (list_known_deprecations). Catalog-backed.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"resolve_symbol","description":"Map an API name to the current package, install line, import, and call shape (ChatOpenAI, create_agent, VectorStoreIndex, xrpToDrops, …). Use when you know the symbol but not where it lives. Prefer search_ai_framework_docs for concepts and fetch_latest_syntax for topic snippets. Paid tools/call: $0.001 USDC or 1000 drops XRP; catalog-backed.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"framework":{"type":"string","description":"One of langchain, llamaindex, ollama, or xrpl — the library that owns the symbol"},"symbol":{"type":"string","minLength":1,"description":"API name or import path, e.g. ChatOpenAI, ServiceContext, RippleAPI"}},"required":["framework","symbol"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"review_framework_code","description":"Scan source against known dead APIs (LLMChain, initialize_agent, ServiceContext, ripple-lib, …) and return each hit with replacement plus a unified-diff hunk. Use before running agent-written code; diagnose_framework_error is for after a stack trace. Does not execute or submit. Paid tools/call: $0.001 USDC or 1000 drops XRP; catalog-backed, not LLM-invented.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"framework":{"type":"string","description":"One of langchain, llamaindex, ollama, or xrpl — the library the snippet is written against"},"code":{"type":"string","minLength":1,"maxLength":100000,"description":"Source to lint before running. Not a stack trace (use diagnose_framework_error)"},"filename":{"type":"string","maxLength":120,"description":"Optional path used only in unified-diff headers"}},"required":["framework","code"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"rewrite_framework_code","description":"Apply conservative catalog rewrites (imports/identifiers) to a snippet and return the patched file plus a full unified diff. Use when review_framework_code found hits and you want an applyable file. Leftover lists unsafe call-site transforms (e.g. LLMChain(...)) that stay for a human/agent. Does not execute or submit. Paid tools/call: $0.001 USDC or 1000 drops XRP.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"framework":{"type":"string","description":"One of langchain, llamaindex, ollama, or xrpl — the library the snippet is written against"},"code":{"type":"string","minLength":1,"maxLength":100000,"description":"Source to lint before running. Not a stack trace (use diagnose_framework_error)"},"filename":{"type":"string","maxLength":120,"description":"Optional path used only in unified-diff headers"}},"required":["framework","code"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"search_ai_framework_docs","description":"Keyword search over a local Markdown index for langchain, llamaindex, ollama, or xrpl; returns compact chunks and never live-crawls. Use for concepts, symbols, or questions; hitCount 0 means no match — shorten the query. Do not use for stack traces (diagnose_framework_error), import/package lookup (resolve_symbol), or copy-paste current syntax (fetch_latest_syntax). Paid tools/call: $0.001 USDC or 1000 drops XRP.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"framework":{"type":"string","description":"One of langchain, llamaindex, ollama, or xrpl — the library the user is coding against"},"query":{"type":"string","minLength":1,"description":"2–8 keywords or an API symbol. Not a stack trace (use diagnose_framework_error)"}},"required":["framework","query"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}}],"scan":{"score":88,"grade":"A","scanned_at":"2026-09-19T19:48:44.078Z","report":{"scannerVersion":"0.1.5","scannedAt":"2026-09-19T19:48:44.035Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 357ms"]},"poisoning":{"score":15,"max":15,"notes":["10 tool descriptions checked"]},"auth":{"score":10,"max":15,"notes":["open endpoint, read-only tools"]},"maintenance":{"score":15,"max":15,"notes":["last push 4 days ago"]},"identity":{"score":6,"max":10,"notes":["registry namespace matches repository owner"]}},"findings":[],"inputs":{"probes":[{"url":"https://titan-frameworks-production.up.railway.app/mcp","reachable":true,"authRequired":false,"latencyMs":357,"serverInfo":{"name":"titan-frameworks","version":"1.0.1"}}],"packages":[],"repo":{"found":true,"owner":"bebopp187-stack","repo":"titan-frameworks","archived":false,"pushedAt":"2026-09-15T19:37:25Z","stars":0,"forks":0,"openIssues":0,"ownerType":"User","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/306809695?v=4","ownerCreatedAt":"2026-07-19T14:58:28Z","license":"MIT"},"icon":{"url":null,"source":"none"},"presence":{"stars":0,"forks":0,"downloadsWeek":null,"license":"MIT","lastPushAt":"2026-09-15T19:37:25.000Z","score":23}}}},"grade_history":[{"kind":"restore","fromGrade":"B","toGrade":"A","reason":"score 88","createdAt":"2026-09-19T19:48:47.054Z"}],"reviews":[]}