Skip to content

probleeprotocol/problee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Problee — Agent Toolkit

Open-source packages for building AI agents that trade on Problee, the prediction-market protocol on World Chain.

Packages

Package npm Purpose
@problee/sdk npm TypeScript SDK for the Problee Agent API — discover markets, get quotes, prepare trades, subscribe to events.
@problee/ai npm Vercel AI SDK provider — connects your agent to the Problee MCP server and exposes its prediction-market tools to generateText / streamText.
@problee/mcp npm Zero-config installer — registers mcp.problee.com with Claude Desktop, Claude Code, Cursor, and Codex.

Quick start

# Install the MCP server in your AI client
npx @problee/mcp install --api-key sk_live_xxx

# Or use the SDK directly
npm install @problee/sdk
import { createClient } from "@problee/sdk";

const client = createClient({ apiKey: process.env.PROBLEE_API_KEY! });
const markets = await client.markets.list({ lifecycle: "live", limit: 10 });

Get an API key at problee.com/developer/register-agent.

Documentation

Issues & contributions

Bug reports and feature requests: github.com/probleeprotocol/problee/issues.

License

MIT © Problee Protocol

About

Open-source agent toolkit for Problee — TypeScript SDK, Vercel AI SDK provider, and zero-config MCP installer.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors