目录 / firma.dev
MCP
鉴权未知
未评级
已上架
firma.dev
Firma.dev is a pay-as-you-go e-signature API (€0.049 per envelope, no minimums or per-seat fees) serving SaaS companies, agencies, and internal business teams, legally valid in 55+ countries. It's built for developers who want to embed signing fast, without the overhead of building it in-house or committing to seat-based contracts.
该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链
接入信息
- 传输形态
- http
- 鉴权方式
- 鉴权未知
- 端点
https://firma--monika.run.tools
鉴权方式未标注,请核对官方文档后再接入——不要直接使用以下片段
{
"mcpServers": {
"firma.dev": {
"url": "https://firma--monika.run.tools"
}
}
}
能力清单
| 工具 | 说明 |
|---|---|
| search_firma | Search across the Firma knowledge base to find relevant information, code examples, API references, and guides. Use this tool when you need to answer questions about Firma, find specific documentation, understand how features work, or locate implementation details. The search returns contextual content with titles and direct links to the documentation pages. If you need the full content of a specific page, use the query_docs_filesystem tool to `head` or `cat` the page path (append `.mdx` to the path returned from search — e.g. a result at `/some/page` is read with `head -200 /some/page.mdx`). |
| query_docs_filesystem_firma | Run a read-only shell-like query against a virtualized, in-memory filesystem rooted at `/` that contains ONLY the Firma documentation pages and OpenAPI specs. This is NOT a shell on any real machine — nothing runs on the user's computer, the server host, or any network. The filesystem is a sandbox backed by documentation chunks. This is how you read documentation pages: there is no separate "get page" tool. To read a page, pass its `.mdx` path to `head` or `cat` — a page at the URL path `/some/page` lives at `/some/page.mdx`. To search the docs with exact keyword or regex matches, use `rg`. To understand the docs structure, use `tree` or `ls`. **Paths are specific to this site — never guess them.** Discover real paths with `tree / -L 2`, `ls /`, or the search tool before reading. If a path does not exist, that only means the guess was wrong; it does NOT mean the topic is undocumented — use `rg -il "keyword" /` to find where it is covered. **Workflow:** Start with the search tool for broad or conceptual queries like "how to authenticate" or "rate limiting". Use this tool when you need exact keyword/regex matching, structural exploration, or to read the full content of a specific page by path. Supported commands: rg (ripgrep), grep, find, tree, ls, cat, head, tail, stat, wc, sort, uniq, cut, sed, awk, jq, plus basic text utilities. No writes, no network, no process control. Run `--help` on any command for usage. Each call is STATELESS: the working directory always resets to `/` and no shell variables, aliases, or history carry over between calls. If you need to operate in a subdirectory, chain commands in one call with `&&` or pass absolute paths (e.g., `cd /some-directory && ls` or `ls /some-directory`). Do NOT assume that `cd` in one call affects the next call. Examples (replace the placeholder paths with real ones from `tree` or search): - `tree / -L 2` — see the top-level directory layout - `rg -il "rate limit" /` — find all files mentioning "rate limit" - `rg -C 3 "apiKey" /some-directory/` — show matches with 3 lines of context around each hit - `head -80 /some/page.mdx` — read the top 80 lines of a specific page - `head -80 /page-one.mdx /page-two.mdx /section/page-three.mdx` — read multiple pages in one call - `cat /some/page.mdx` — read a full page when you need everything - `cat /openapi/api-reference/v01.38.00/openapi-v01.38.00.json | jq '.paths | keys'` — list OpenAPI endpoints OpenAPI specs for this site are mounted at: `/openapi/api-reference/v01.38.00/openapi-v01.38.00.json`, `/openapi/api-reference/v01.38.00/openapi-v01.38.00.fr.json`, `/openapi/api-reference/v01.38.00/openapi-v01.38.00.es.json`, `/openapi/api-reference/v01.37.00/openapi-v01.37.00.json`, `/openapi/api-reference/v01.37.00/openapi-v01.37.00.fr.json`, `/openapi/api-reference/v01.37.00/openapi-v01.37.00.es.json`, `/openapi/api-reference/v01.36.00/openapi-v01.36.00.json`, `/openapi/api-reference/v01.36.00/openapi-v01.36.00.fr.json`, `/openapi/api-reference/v01.36.00/openapi-v01.36.00.es.json`, `/openapi/api-reference/v01.35.00/openapi-v01.35.00.json`, `/openapi/api-reference/v01.35.00/openapi-v01.35.00.fr.json`, `/openapi/api-reference/v01.35.00/openapi-v01.35.00.es.json`, `/openapi/api-reference/v01.34.00/openapi-v01.34.00.json`, `/openapi/api-reference/v01.34.00/openapi-v01.34.00.fr.json`, `/openapi/api-reference/v01.34.00/openapi-v01.34.00.es.json`, `/openapi/api-reference/v01.33.00/openapi-v01.33.00.json`, `/openapi/api-reference/v01.33.00/openapi-v01.33.00.fr.json`, `/openapi/api-reference/v01.33.00/openapi-v01.33.00.es.json`, `/openapi/api-reference/v01.32.00/openapi-v01.32.00.json`, `/openapi/api-reference/v01.32.00/openapi-v01.32.00.fr.json`, `/openapi/api-reference/v01.32.00/openapi-v01.32.00.es.json`, `/openapi/api-reference/v01.31.00/openapi-v01.31.00.json`, `/openapi/api-reference/v01.31.00/openapi-v01.31.00.fr.json`, `/openapi/api-reference/v01.31.00/openapi-v01.31.00.es.json`, `/openapi/api-reference/v01.30.00/openapi-v01.30.00.fr.json`, `/openapi/api-reference/v01.30.00/openapi-v01.30.00.es.json`, `/openapi/api-reference/v01.30.00/openapi-v01.30.00.json`, `/openapi/api-reference/v01.29.00/openapi-v01.29.00.json`, `/openapi/api-reference/v01.28.00/openapi-v01.28.00.json`, `/openapi/api-reference/v01.27.00/openapi-v01.27.00.json`, `/openapi/api-reference/v01.26.00/openapi-v01.26.00.json`, `/openapi/api-reference/v01.25.02/openapi-v01.25.02.json`, `/openapi/api-reference/v01.25.01/openapi-v01.25.01.json`, `/openapi/api-reference/v01.25.00/openapi-v01.25.00.json`, `/openapi/api-reference/v01.24.00/openapi-v01.24.00.json`, `/openapi/api-reference/v01.23.00/openapi-v01.23.00.json`, `/openapi/api-reference/v01.22.01/openapi-v01.22.01.json`, `/openapi/api-reference/v01.22.00/openapi-v01.22.00.json`, `/openapi/api-reference/v01.21.01/openapi-v01.21.01.json`, `/openapi/api-reference/v01.21.00/openapi-v01.21.00.json`, `/openapi/api-reference/v01.20.00/openapi-v01.20.00.json`, `/openapi/api-reference/v01.19.00/openapi-v01.19.00.json`, `/openapi/api-reference/v01.18.00/openapi-v01.18.00.json`, `/openapi/api-reference/v01.15.03/openapi-v01.15.03.json`, `/openapi/api-reference/v01.15.02/openapi-v01.15.02.json`, `/openapi/api-reference/v01.15.01/openapi-v01.15.01.json`, `/openapi/api-reference/v01.12.01/openapi-v01.12.01.json`, `/openapi/api-reference/v01.12.00/openapi-v01.12.00.json`, `/openapi/api-reference/v01.11.00/openapi-v01.11.00.json`, `/openapi/api-reference/v01.10.00/openapi-v01.10.00.json`, `/openapi/api-reference/v01.09.00/openapi-v01.09.00.json`, `/openapi/api-reference/v01.08.00/openapi-v01.08.00.json`, `/openapi/api-reference/v01.04.00/openapi-v01.04.00.json`, `/openapi/api-reference/v01.03.00/openapi-v01.03.00.json`, `/openapi/api-reference/v01.02.00/openapi-v01.02.00.json`, `/openapi/api-reference/v01.01.00/openapi-v01.01.00.json`, `/openapi/api-reference/v01.00.02/openapi-v01.00.02.json`, `/openapi/api-reference/v01.00.01/openapi-v01.00.01.json`, `/openapi/api-reference/v01.17.00/openapi-v01.17.00.json`, `/openapi/api-reference/v01.16.00/openapi-v01.16.00.json`, `/openapi/api-reference/v01.15.00/openapi-v01.15.00.json`, `/openapi/api-reference/v01.14.00/openapi-v01.14.00.json`, `/openapi/api-reference/v01.13.00/openapi-v01.13.00.json`, `/openapi/api-reference/v01.07.00/openapi-v01.07.00.json`, `/openapi/api-reference/v01.06.00/openapi-v01.06.00.json`, `/openapi/api-reference/v01.05.00/openapi-v01.05.00.json`. Use them to answer questions about endpoints, request/response schemas, parameters, and authentication. Output is truncated to 30KB per call. Prefer targeted `rg -C` or `head -N` over broad `cat` on large files. To read only the relevant sections of a large file, use `rg -C 3 "pattern" /path/file.mdx`. Batch multiple file reads into a single `head` or `cat` call whenever possible. When referencing pages in your response to the user, convert filesystem paths to URL paths by removing the `.mdx` extension. For example, `/some/page.mdx` becomes `/some/page`. |
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。