Composio MCP will be deprecated soon. Please use
Composio PlatformorRubeinstead.
Skyfire

Skyfire

Skyfire enables AI agents to autonomously transact and pay for services, creating a seamless payment infrastructure for AI applications.

90VIEWS
2670USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app skyfirenpx @composio/cli add cursor --app skyfirenpx @composio/cli add cursor --app skyfirenpx @composio/cli add cursor --app skyfire

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Charge Skyfire Token

Charge a buyer's token (seller-side operation). use when you've delivered a service and want to collect payment. the buyer created a token with max amount, you charge actual amount used.

Create Skyfire Kya+pay Token

Issue a skyfire kya+pay token (post /api/v1/tokens with type=kya+pay).

Create Skyfire Kya Token

Issue a skyfire kya token (post /api/v1/tokens with type=kya).

Create Skyfire Pay Token

Issue a skyfire pay token (post /api/v1/tokens with type=pay).

Get All Skyfire Service Tags

Fetch all service tags to discover filtering options. chain with listdirectoryservices using tags parameter to find specific types of services (e.g., 'ai', 'mcp', 'scraping').

Get Skyfire Buyer Wallet Balance

Retrieve buyer wallet balance. chain before token creation to prevent declines.

Get Skyfire Service Details

Get full details for one service. more detailed than listdirectoryservices - shows terms of service, api specs, and integration urls. use before creating expensive tokens.

Get Skyfire Services By Agent

Browse all services from one seller agent. useful when you trust a seller and want to see their full catalog, or when tracking down who provides a specific type of service.

Get Skyfire Services By Tags

Filter services by tags to find exactly what you need. more efficient than browsing all services when you know the category. chain: getallservicetags → getservicesbytags → createpaytoken.

Get Skyfire Token Charges

Audit charges for a specific token. shows exactly what sellers charged against your token and when. use for reconciliation: "i authorized $5 max, what did they actually charge?"

Introspect Skyfire Token

Check if a token is still valid before calling a seller service. prevents wasted api calls with expired tokens. use after creating tokens if there's a delay before calling the seller, or when debugging payment issues.

List Skyfire Buyer Tokens

Inspect buyer tokens for observability. chain with transactions to audit usage.

List Skyfire Directory Services

Browse skyfire's service directory to obtain `sellerserviceid` for token creation. chain this with createpaytoken or createkyapaytoken.

13 actions available