Framework Integrations
Jarvis SDK speaks standard protocols — MCP, REST, OpenAPI — so it integrates with any framework in minutes. Pick yours and follow the guide.
Build LLM applications with the most popular framework — now with 700+ tools.
Equip every agent in your crew with the tools they need.
Add tools to your OpenAI agents via native function calling.
Native MCP support — the protocol Anthropic built. Zero-config tool discovery.
Server-side tools for your Next.js AI apps with streaming support.
Give multi-agent conversations access to real executable tools.
Extend RAG agents with tool execution — retrieve AND act.
Add tools to your Haystack pipelines as native components.
Jarvis SDK works with any language or framework that can make HTTP requests. The REST API is the universal integration path:
curl -X POST https://jarvissdk.com/api/v1/modules/text-toolkit/execute \
-H "x-api-key: jsk_your_key" \
-H "Content-Type: application/json" \
-d '{"action": "word_count", "params": {"text": "Hello world"}}'