# Spydra — MCP server on mcp.ai > Connect your Spydra account and use 10 tools for commerce straight from your AI agent. Connect with your own API key. Spydra OpenRWA provides public-chain token store APIs for assets, tokens, sales, investments, investor workflows, payouts, and chain configuration. By: mcp.ai · official Page: https://mcp.ai/spydra ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_spydra?ms=1787293560000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/spydra/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/spydra/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/spydra/skill.md Postman collection (v2.1): https://mcp.ai/spydra/postman.json ## Tools - spydra_get_asset(asset_id: string, projection?: string[]) — Return detailed information for one OpenRWA asset, optionally including token or token-sale projections. - spydra_get_asset_status_counts() — Return asset counts grouped by publication status for the connected OpenRWA token store. - spydra_list_asset_tokens(asset_id: string) — Return the tokens associated with one OpenRWA asset. - spydra_list_assets(page?: integer, limit?: integer, status: integer) — Return one numbered page of draft or published assets in the connected OpenRWA token store. - spydra_list_chains(test_mode?: boolean) — Return supported OpenRWA blockchain networks and their public network, currency, status, and fee attributes. test_mode=true is verified to return testnets; the provider currently does not reliably tre - spydra_list_countries() — Return the complete OpenRWA country reference list, including ISO codes, currencies, languages, and dialing codes. - spydra_list_investor_tokens(page?: integer, limit?: integer, test_mode?: boolean, investor_id: string) — Return one numbered page of tokens held or invested in by a specific OpenRWA investor. - spydra_list_investor_transactions(page?: integer, limit?: integer, test_mode?: boolean, investor_id: string, transaction_types?: string[], transaction_statuses?: integer[]) — Return one numbered page of mint, payout, burn, or token-creation transactions for a specific OpenRWA investor. - spydra_list_investors(page?: integer, limit?: integer) — Return one numbered page of investors registered with the connected OpenRWA token store. - spydra_list_token_sales(page?: integer, sort?: string, term?: string, limit?: integer, test_mode?: boolean, sale_status?: integer, investment_type?: integer) — Search and filter one numbered page of OpenRWA token sales available through the connected store. ## Example prompts - "What can I do in Spydra?" - "Show me a summary of my Spydra account" ## Links Docs: https://mcp.ai/docs/mcps/spydra Website: https://mcp.ai/mcps/spydra