{"name":"io.capawesome/capacitor-mcp","slug":"capawesome-capacitor-mcp","title":null,"description":"Unofficial MCP server for the Capacitor documentation, plugin list and blog.","url":"https://mcp.market/server/capawesome-capacitor-mcp","rating":null,"grade":"A","score":93,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":34,"stars":1,"forks":0,"downloads_week":39,"last_push_at":"2026-09-08T16:04:54.000Z","license":"MIT"},"uptime":{"percent":100,"checks":6,"ok":6,"last_checked_at":"2026-09-20T21:21:05.139Z","last_ok_at":"2026-09-20T21:21:05.139Z","latency_ms":333},"claimed":false,"transport":"mixed","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/capawesome-team/capacitor-mcp","website":"https://capawesome.io/","version":"0.0.1","remotes":[{"type":"streamable-http","url":"https://capacitor-mcp.capawesome.io/mcp"}],"packages":[{"registryType":"npm","identifier":"@capawesome/capacitor-mcp","version":"0.0.1","transport":{"type":"stdio"}}],"tools":[{"name":"get_doc_page","description":"Read the full markdown of a single page of the official Capacitor documentation. Use this after `search_docs` to read a page end to end before writing code against a plugin API, a CLI command or a native configuration, because search snippets are deliberately short and regularly omit required setup steps. Returns the page title, its URL, the documentation version and the complete page markdown including code samples. Do not use this to find a page: it needs an exact URL or path, so run `search_docs` first. Do not use it for pages outside capacitorjs.com — Capawesome plugins and Capawesome Cloud are covered by the Capawesome MCP server at https://mcp.capawesome.io/mcp, Ionic Framework UI components by the Ionic Framework MCP server at https://ionic-framework-mcp.capawesome.io/mcp.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"url":{"type":"string","minLength":1,"description":"The page URL or site-relative path, e.g. \"https://capacitorjs.com/docs/apis/camera\", \"apis/camera\" or \"ios/configuration\". An anchor is ignored; the whole page is returned."},"version":{"description":"Optional. Capacitor docs version. Defaults to v8. Match the major version of @capacitor/core in the user's package.json.","type":"string","enum":["v8","v7","v6","next"]}},"required":["url"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"list_blog_posts","description":"List the 10 most recent posts from the Capacitor tag of the official Ionic blog, newest first. Use this when the question is about what is new — recent releases, announcements or deprecations. The blog covers both Capacitor and Ionic Framework. Returns `title`, `date`, `tags`, `url` and `excerpt` per post. Do not use this to answer a documentation question: the feed only carries the newest posts, so search the documentation with `search_docs` instead.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"list_plugins","description":"List Capacitor plugins: the official plugins maintained by the Capacitor team and community plugins from the awesome-capacitorjs list maintained by Capawesome. Use this to find a plugin for a native capability before writing custom native code, and to learn which package name and maintainer a capability belongs to. Returns `name`, `description`, `source`, `maintainer` and `url` per plugin, plus `core: true` for a plugin that ships with @capacitor/core and `experimental: true` for an experimental one. Results are ranked by relevance, with official Capacitor plugins ranked first, then plugins maintained by Capawesome, then other community plugins. Do not use this to read a plugin's API: call `get_doc_page` with the `url` of an official plugin, and use the Capawesome MCP server at https://mcp.capawesome.io/mcp for Capawesome plugins.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"description":"A free-text filter matching the package name or the description, e.g. \"camera\". Defaults to no filter. Optional.","type":"string","minLength":1},"source":{"description":"Which plugins to list: \"official\" for the plugins maintained by the Capacitor team, \"community\" for the awesome-capacitorjs entries, or \"all\" for both. Defaults to \"all\".","type":"string","enum":["official","community","all"]},"limit":{"description":"The maximum number of items to return, e.g. 5. Defaults to 25, maximum 100.","type":"integer","minimum":1,"maximum":100}},"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"search_docs","description":"Search the official Capacitor documentation from capacitorjs.com by keyword. Use this first for any question about Capacitor itself — the CLI, the `capacitor.config` file, the native Android and iOS projects, the official plugin APIs, or upgrading to a newer major version — because guessing an API, a configuration option or a CLI flag produces broken code. Returns the best matching page sections with `title`, `url`, `snippet`, `section` and `version`, plus the `parentTitle` and `parentUrl` of the page a section belongs to. The same results are attached as structured content. Do not use this to read a whole page (call `get_doc_page` with a `url` from these results), to look up Capawesome plugins such as @capawesome/capacitor-file-picker or Capawesome Cloud services such as Live Updates, Native Builds and App Store Publishing (use the Capawesome MCP server at https://mcp.capawesome.io/mcp instead), or to look up Ionic Framework UI components (use the Ionic Framework MCP server at https://ionic-framework-mcp.capawesome.io/mcp instead).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","minLength":1,"description":"The search terms, e.g. \"camera permissions android\" or \"live reload\". Plain keywords work best; no search operators are supported."},"section":{"description":"Restrict the search to one part of the documentation, e.g. \"apis\" for the official plugin references or \"ios\" for the native iOS guides. Defaults to searching every section.","type":"string","enum":["getting-started","basics","guides","android","ios","web","plugins","apis","cli","reference","updating","cordova"]},"version":{"description":"Optional. Capacitor docs version. Defaults to v8. Match the major version of @capacitor/core in the user's package.json.","type":"string","enum":["v8","v7","v6","next"]},"limit":{"description":"The maximum number of items to return, e.g. 5. Defaults to 10, maximum 25.","type":"integer","minimum":1,"maximum":25}},"required":["query"],"$schema":"https://json-schema.org/draft/2020-12/schema"}}],"scan":{"score":93,"grade":"A","scanned_at":"2026-09-20T00:25:13.012Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-20T00:25:12.979Z","components":{"code":{"score":25,"max":25,"notes":["4 source files scanned"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 875ms"]},"poisoning":{"score":15,"max":15,"notes":["4 tool descriptions checked"]},"auth":{"score":10,"max":15,"notes":["open endpoint, read-only tools"]},"maintenance":{"score":15,"max":15,"notes":["last push 11 days ago"]},"identity":{"score":8,"max":10,"notes":["namespace and repository owner differ","GitHub account older than a year","website matches verified namespace"]}},"findings":[],"inputs":{"probes":[{"url":"https://capacitor-mcp.capawesome.io/mcp","reachable":true,"authRequired":false,"latencyMs":875,"serverInfo":{"name":"capacitor-mcp","version":"1.0.0"}}],"packages":[{"registryType":"npm","identifier":"@capawesome/capacitor-mcp","version":"0.0.1","found":true,"license":"MIT","hasInstallScripts":false,"dependencyCount":2,"publishedAt":"2026-09-07T13:19:33.370Z","repositoryUrl":"git+https://github.com/capawesome-team/capacitor-mcp.git","weeklyDownloads":39}],"repo":{"found":true,"owner":"capawesome-team","repo":"capacitor-mcp","archived":false,"pushedAt":"2026-09-08T16:04:54Z","stars":1,"forks":0,"openIssues":0,"ownerType":"Organization","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/105555861?v=4","ownerCreatedAt":"2022-05-14T15:24:50Z","license":"MIT"},"icon":{"url":"https://capawesome.io/assets/apple-touch-icon.png","source":"site","width":180,"height":180},"presence":{"stars":1,"forks":0,"downloadsWeek":39,"license":"MIT","lastPushAt":"2026-09-08T16:04:54.000Z","score":34}}}},"grade_history":[],"reviews":[]}