← Back to search

@notalk-tech/stackoverflow-mcp

notalk.tech Scanned 1d ago

StackOverflow MCP server for querying programming Q&A using FastMCP - npx wrapper for Python package

C
72.8 / 100

Versions

1.3.3latest
May 29, 2026
1.3.2
May 29, 2026
1.2.7
Mar 17, 2026
1.2.5
Jun 11, 2025
1.2.3
Jun 11, 2025
+ show 31 moreshow less
1.2.2
Jun 11, 2025
1.2.1
Jun 11, 2025
1.2.0
Jun 11, 2025
1.1.4
Jun 11, 2025
1.1.3
Jun 11, 2025
1.1.2
Jun 10, 2025
1.1.1
Jun 10, 2025
1.0.20
Jun 10, 2025
1.1.0
Jun 10, 2025
1.0.19
Jun 10, 2025
1.0.18
Jun 10, 2025
1.0.17
Jun 10, 2025
1.0.16
Jun 10, 2025
1.0.15
Jun 10, 2025
1.0.14
Jun 10, 2025
1.0.13
Jun 10, 2025
1.0.12
Jun 10, 2025
1.0.11
Jun 10, 2025
1.0.10
Jun 10, 2025
1.0.9
Jun 10, 2025
1.0.8
Jun 10, 2025
1.0.7
Jun 10, 2025
1.0.6
Jun 10, 2025
1.0.5
Jun 10, 2025
1.0.4
Jun 10, 2025
1.0.3
Jun 10, 2025
1.0.2
Jun 10, 2025
1.0.1
Jun 10, 2025
1.0.0
Jun 10, 2025
0.1.2
Jun 10, 2025
0.1.0
Jun 10, 2025
PermissionsTool SafetyAuthAnnotationsCode QualityStabilitySpecVuln HistoryAuthorTransparencyCommunity

Tools 5

search_questions
annotations: none low

Search StackOverflow questions by keywords. Supports combined keyword + tag search. When searching by tags only, pass an empty string for query. Args: query: Search query keywords (empty string for tag-only search) limit: Maximum number of results (1-50) page: Page number for pagination (minimum 1) sort: Sort order (relevance, activity, votes, creation) site: Site name to search in (e.g., stackoverflow, serverfault, askubuntu) tags: Filter by tags (list of tag names) accepted_only: Only return questions with an accepted answer min_score: Minimum score threshold from_date: Earliest creation date (Unix timestamp) to_date: Latest creation date (Unix timestamp)

page int site str sort str tags string limit int query str to_date string from_date string min_score string accepted_only bool
search_by_tags
annotations: none low

Search StackOverflow questions by programming tags. Args: tags: List of tags to search for (e.g., ['python', 'async']) limit: Maximum number of results (1-50) page: Page number for pagination (minimum 1) sort: Sort order (activity, votes, creation, relevance) site: Site name to search in (e.g., stackoverflow, serverfault, askubuntu)

page int site str sort str tags string limit int
get_question
annotations: none low

Get detailed information about a specific question. Args: question_id: StackOverflow question ID include_answers: Whether to include answers max_answers: Maximum number of answers to include (1-20) convert_to_markdown: Convert HTML content to markdown

max_answers int question_id int include_answers bool convert_to_markdown bool
get_answers
annotations: none low

Get answers for a specific StackOverflow question. Fetches only answers without re-fetching the question body. Use this when you already have the question context and just need the responses. Args: question_id: StackOverflow question ID max_answers: Maximum number of answers to return (1-50) sort: Sort order (votes, creation, activity) convert_to_markdown: Convert HTML content to markdown

sort str max_answers int question_id int convert_to_markdown bool
get_related
annotations: none low

Find related and linked StackOverflow questions for discovery. Returns lightweight summaries (titles, scores, tags) — no HTML bodies. StackExchange does not support pagination on these endpoints. Args: question_id: StackOverflow question ID to find related content for include_linked: Whether to also include explicitly linked questions

question_id int include_linked bool

Permissions 4

network medium
Server uses network capabilities via: httpx, urllib
filesystem low
Server uses filesystem capabilities via: fs, open(), os, path, pathlib, tempfile
shell high
Server uses shell capabilities via: child_process, spawn()
env_vars low
Server uses env_vars capabilities via: os.getenv(), process.env

Scan Findings 42

low
Tool 'search_questions' has no annotations annotation_checker · 100%
low
Tool 'search_by_tags' has no annotations annotation_checker · 100%
info
Sandbox failed to start for output poisoning scan output_poisoning · 100%
low
Tool 'get_question' has no annotations annotation_checker · 100%
low
Tool 'get_answers' has no annotations annotation_checker · 100%
low
Tool 'get_related' has no annotations annotation_checker · 100%
info
Sandbox failed to start for behavioral verification behavioral_verifier · 100%
medium
Vulnerable dependency: fastmcp@0.9.0 (GHSA-5h2m-4q8j-pqpj) dependency_analyzer · 95%
medium
Vulnerable dependency: fastmcp@0.9.0 (GHSA-c2jp-c369-7pvx) dependency_analyzer · 95%
medium
Vulnerable dependency: fastmcp@0.9.0 (GHSA-m8x7-r2rg-vh5g) dependency_analyzer · 95%
medium
Vulnerable dependency: fastmcp@0.9.0 (GHSA-mxxr-jv3v-6pgc) dependency_analyzer · 95%
medium
Vulnerable dependency: fastmcp@0.9.0 (GHSA-rcfx-77hg-w2wv) dependency_analyzer · 95%
medium
Vulnerable dependency: fastmcp@0.9.0 (GHSA-rj5c-58rq-j5g5) dependency_analyzer · 95%
medium
Vulnerable dependency: fastmcp@0.9.0 (GHSA-rww4-4w9c-7733) dependency_analyzer · 95%
medium
Vulnerable dependency: fastmcp@0.9.0 (GHSA-vv7q-7jx5-f767) dependency_analyzer · 95%
medium
Vulnerable dependency: fastmcp@0.9.0 (PYSEC-2026-1364) dependency_analyzer · 95%
medium
Vulnerable dependency: fastmcp@0.9.0 (PYSEC-2026-1365) dependency_analyzer · 95%
medium
Vulnerable dependency: fastmcp@0.9.0 (PYSEC-2026-2474) dependency_analyzer · 95%
medium
Vulnerable dependency: fastmcp@0.9.0 (PYSEC-2026-2475) dependency_analyzer · 95%
medium
Vulnerable dependency: fastmcp@0.9.0 (PYSEC-2026-2476) dependency_analyzer · 95%
medium
Vulnerable dependency: fastmcp@0.9.0 (PYSEC-2026-338) dependency_analyzer · 95%
medium
Vulnerable dependency: pydantic@2.0.0 (GHSA-mr82-8j83-vxmv) dependency_analyzer · 95%
medium
Vulnerable dependency: pydantic@2.0.0 (PYSEC-2026-1812) dependency_analyzer · 95%
medium
Vulnerable dependency: click@8.0.0 (PYSEC-2026-2132) dependency_analyzer · 95%
medium
Vulnerable dependency: python-dotenv@1.0.0 (GHSA-mf9w-mj56-hr94) dependency_analyzer · 95%
medium
Vulnerable dependency: python-dotenv@1.0.0 (PYSEC-2026-2270) dependency_analyzer · 95%
medium
Vulnerable dependency: markdownify@0.11.0 (GHSA-7mpr-5m44-h73r) dependency_analyzer · 95%
medium
Vulnerable dependency: markdownify@0.11.0 (PYSEC-2026-1604) dependency_analyzer · 95%
info
package.json metadata manifest_parser · 100%
info
pyproject.toml metadata manifest_parser · 100%
info
Tool: search_questions manifest_parser · 90%
info
Tool: search_by_tags manifest_parser · 90%
info
Tool: get_question manifest_parser · 90%
info
Tool: get_answers manifest_parser · 90%
info
Tool: get_related manifest_parser · 90%
info
Required env vars (11) manifest_parser · 80%
medium
Permission: network access detected permission_analyzer · 90%
low
Permission: filesystem access detected permission_analyzer · 90%
high
Permission: shell access detected permission_analyzer · 95%
low
Permission: env_vars access detected permission_analyzer · 90%
info
SBOM generated: 1 components sbom_generator · 100%
medium
No build provenance detected (SLSA L0) slsa_assessor · 90%