Stack exchange

Stack exchange

Stack Exchange is a network of Q&A communities where users ask questions, share knowledge, and collaborate on topics like coding, math, and more

271VIEWS
9USERS

Install MCP Server

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

npx @composio/cli add cursor --app stack_exchangenpx @composio/cli add cursor --app stack_exchangenpx @composio/cli add cursor --app stack_exchangenpx @composio/cli add cursor --app stack_exchange

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

Available Tools

Get Collective Questions

Tool to retrieve questions associated with the specified collective. use when you have a collective id and need its questions for a site.

Get Collectives

Tool to retrieve all collectives on a stack exchange site in alphabetical order. use when you need to list collectives for display or filtering.

Get Collective Tags

Tool to retrieve tags associated with specified collectives. use when you need collective tags for display or analysis after confirming which collectives to query.

Get Comment Flag Options

Tool to fetch valid flag options for a given comment. use when you need to know which flags a user can raise before submitting. requires authenticated access.

Get Comments

Tool to retrieve comments from a specified stack exchange site. use when you need to list comments with optional filters and sorting.

Get Revisions By Ids

Tool to retrieve revisions for specific posts by their ids. use when you need to examine the edit history of posts by providing semicolon-delimited ids.

Search Questions

Tool to search the site for questions meeting certain criteria. use after defining tags or keywords to locate relevant questions. at least one of 'tagged' or 'intitle' must be set.

Get Sites

Tool to retrieve all stack exchange sites and their api site parameter values. use when you need to discover available sites for api calls.

8 actions available