com.mcparmory/ramp
PYPI · MCPARMORY-RAMP · 2 COMPONENTS · SCANNED SEP 20
Manage expenses, corporate cards, accounts payable, and accounting integrations
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →
Supply Chain Security37
- Malware scan not yet available for this package.Unverified
- No known CVEs affecting this package version or its production dependencies.Pass
- Install-script risk not yet assessed.Unverified
- 2 of 46 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency32
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- License check failed: the license (MIT License) isn't a recognized OSI-approved license. See how to fix → Fail
- Actively maintained (last published 130 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability75
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 24416 tokens (~131/item across 186 items; 186 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management87
- Stability observed for 26 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Tool Safety98
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- 22 of 24 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "get_transfer" implies "transfer" and declares readOnlyHint instead, contradicting what its own name says it does. See how to fix → Partial
- An AI judge read all 186 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a current MCP spec version (2026-07-28).Pass
How do I install the com.mcparmory/ramp MCP server?
com.mcparmory/ramp runs locally as a PyPI package, launched with uvx mcparmory-ramp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
pypi · mcparmory-ramp
claude mcp add com-mcparmory-ramp -- uvx mcparmory-ramp
{
"mcpServers": {
"com-mcparmory-ramp": {
"command": "uvx",
"args": [
"mcparmory-ramp"
]
}
}
} {
"servers": {
"com-mcparmory-ramp": {
"command": "uvx",
"args": [
"mcparmory-ramp"
]
}
}
} codex mcp add com-mcparmory-ramp -- uvx mcparmory-ramp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"com-mcparmory-ramp": {
"type": "local",
"command": [
"uvx",
"mcparmory-ramp"
],
"enabled": true
}
}
} openclaw mcp add com-mcparmory-ramp --command uvx --arg mcparmory-ramp
mcp_servers:
com-mcparmory-ramp:
command: "uvx"
args: ["mcparmory-ramp"] {
"McpServers": {
"com-mcparmory-ramp": {
"Transport": "stdio",
"Command": "uvx",
"Arguments": [
"mcparmory-ramp"
]
}
}
} assistant mcp add com-mcparmory-ramp -t stdio -c uvx -a mcparmory-ramp
{
"mcpServers": {
"com-mcparmory-ramp": {
"command": "uvx",
"args": [
"mcparmory-ramp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 19 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.
- 18 Sept 26 −3
- Stability: pass → 0.80 functional
- 17 Sept 26 +1
- Stability: 0.97 → pass security
- 15 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.
- 14 Sept 26 −15
- Malware scan: pass → unverified ▼ security
- 13 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.
- 12 Sept 26 +15
- Malware scan: unverified → pass ▲ security
- 11 Sept 26 −18
- Malware scan: pass → unverified ▼ security
- Stability: pass → 0.80 functional
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 20 Sept 2026 · Analysed pypi/mcparmory-ramp@1.0.2
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | pypi |
Background: How many MCP packages publish verified provenance →
Dependencies 46 packages
| Packages resolved | 46 |
|---|---|
| Stale | 1 |
| No linked repository | 1 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
delete_tax_code_option Delete Tax Code Option ~46
Permanently delete a tax code option from the accounting system. This action cannot be undone.
| Name | Type | Req | Description |
|---|---|---|---|
| option_id | string | yes | The unique identifier of the tax code option to delete. |
No output schema declared.
No examples provided.
delete_tax_rate Delete Tax Rate ~44
Permanently delete a tax rate from the accounting system. This action cannot be undone.
| Name | Type | Req | Description |
|---|---|---|---|
| tax_rate_id | string | yes | The unique identifier of the tax rate to delete. |
No output schema declared.
No examples provided.
delete_vendor Delete Vendor ~56
Delete a vendor from the system. The vendor must have no associated transactions, bills, contracts, or spend requests to be successfully deleted.
| Name | Type | Req | Description |
|---|---|---|---|
| vendor_id | string | yes | The unique identifier of the vendor to delete, formatted as a UUID. |
No output schema declared.
No examples provided.
delete_vendor_accounting Delete Vendor ~46
Permanently delete an accounting vendor by its unique identifier. This action cannot be undone.
| Name | Type | Req | Description |
|---|---|---|---|
| vendor_id | string | yes | The unique identifier (UUID) of the vendor to delete. |
No output schema declared.
No examples provided.
delete_webhook Delete Webhook ~52
Delete a webhook subscription by its unique identifier. This permanently removes the webhook and stops it from receiving events.
| Name | Type | Req | Description |
|---|---|---|---|
| webhook_id | string | yes | The unique identifier of the webhook subscription to delete, formatted as a UUID. |
No output schema declared.
No examples provided.
disconnect_accounting_connection Disconnect Accounting Connection ~37
Disconnect an active accounting connection. This operation only supports API-based connections and will remove the integration link between your application and the accounting system.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_accounting_connection Get Accounting Connection ~68
Retrieve detailed information about a specific accounting connection by its unique identifier. Use this to fetch connection settings, status, and configuration details.
| Name | Type | Req | Description |
|---|---|---|---|
| connection_id | string | yes | The unique identifier of the accounting connection to retrieve. This ID is used to look up the specific connection record in the system. |
No output schema declared.
No examples provided.
get_application_resource Get Application Resource ~39
Retrieve the active financing application for the business. Each business can have only one active application at a time, so this endpoint returns a single application resource.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_bank_account Get Bank Account ~55
Retrieve detailed information for a specific bank account by its unique identifier. Returns the complete bank account resource including account details and metadata.
| Name | Type | Req | Description |
|---|---|---|---|
| bank_account_id | string | yes | The unique identifier (UUID) of the bank account to retrieve. |
No output schema declared.
No examples provided.
get_bill Get Bill ~60
Retrieve a specific bill by its unique identifier. Returns the complete bill details including charges, dates, and payment information.
| Name | Type | Req | Description |
|---|---|---|---|
| bill_id | string | yes | The unique identifier of the bill to retrieve. This is a required string value that identifies which bill to fetch. |
No output schema declared.
No examples provided.
get_business Get Business ~18
Retrieve the authenticated company's business profile and organizational information.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_business_balance Get Business Balance ~26
Retrieve the current balance information for your business account, including available funds and account status.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_card Get Card ~36
Retrieve detailed information about a specific card by its unique identifier.
| Name | Type | Req | Description |
|---|---|---|---|
| card_id | string | yes | The unique identifier of the card to retrieve. |
No output schema declared.
No examples provided.
get_card_deferred_task_status Get Card Deferred Task Status ~54
Retrieve the current status of a deferred card processing task. Use this to poll for completion of asynchronous card operations.
| Name | Type | Req | Description |
|---|---|---|---|
| task_id | string | yes | The unique identifier of the deferred task, provided as a UUID. |
No output schema declared.
No examples provided.
get_card_vault_details Get Card Vault Details ~53
Retrieve sensitive details for a stored card from the vault. Requires Vault API access permissions to execute.
| Name | Type | Req | Description |
|---|---|---|---|
| card_id | string | yes | The unique identifier of the card whose sensitive details should be retrieved from the vault. |
No output schema declared.
No examples provided.
get_cashback Get Cashback ~38
Retrieve details for a specific cashback payment by its unique identifier.
| Name | Type | Req | Description |
|---|---|---|---|
| cashback_id | string | yes | The unique identifier of the cashback payment to retrieve. |
No output schema declared.
No examples provided.
get_custom_field Get Custom Field ~57
Retrieve a custom accounting field by its unique identifier. Use this to fetch detailed information about a specific custom field configured in your accounting system.
| Name | Type | Req | Description |
|---|---|---|---|
| field_id | string | yes | The unique identifier (UUID) of the custom accounting field to retrieve. |
No output schema declared.
No examples provided.
get_custom_field_option Get Custom Field Option ~60
Retrieve a specific custom accounting field option by its unique identifier. Use this to fetch details about a predefined option value for a custom accounting field.
| Name | Type | Req | Description |
|---|---|---|---|
| field_option_id | string | yes | The unique identifier (UUID) of the custom field option to retrieve. |
No output schema declared.
No examples provided.
get_deferred_task_status Get Deferred Task Status ~62
Retrieve the current status of a deferred task by its unique identifier. Use this to poll for completion or check the progress of asynchronous operations.
| Name | Type | Req | Description |
|---|---|---|---|
| task_id | string | yes | The unique identifier (UUID) of the deferred task whose status you want to retrieve. |
No output schema declared.
No examples provided.
get_department Get Department ~41
Retrieve detailed information about a specific department by its unique identifier.
| Name | Type | Req | Description |
|---|---|---|---|
| department_id | string | yes | The unique identifier of the department to retrieve, formatted as a UUID. |
No output schema declared.
No examples provided.
get_draft_bill Get Draft Bill ~54
Retrieve a specific draft bill by its unique identifier. Use this to view the current state and details of a bill in draft status.
| Name | Type | Req | Description |
|---|---|---|---|
| draft_bill_id | string | yes | The unique identifier of the draft bill to retrieve. |
No output schema declared.
No examples provided.
get_entity Get Entity ~80
Retrieve a specific business entity by its unique identifier. Optionally filter out inactive entities from the response.
| Name | Type | Req | Description |
|---|---|---|---|
| entity_id | string | yes | The unique identifier of the business entity to retrieve, formatted as a UUID. |
| hide_inactive | boolean | – | When enabled, excludes inactive entities from the results. Defaults to false, returning all entities regardless of active status. |
No output schema declared.
No examples provided.
get_gl_account Get GL Account ~53
Retrieve a specific general ledger account by its unique identifier. Returns the account details for accounting and financial reporting purposes.
| Name | Type | Req | Description |
|---|---|---|---|
| gl_account_id | string | yes | The unique identifier (UUID) of the general ledger account to retrieve. |
No output schema declared.
No examples provided.
get_item_receipt Get Item Receipt ~55
Retrieve a single item receipt by its unique identifier. Returns the complete receipt details for the specified item receipt.
| Name | Type | Req | Description |
|---|---|---|---|
| item_receipt_id | string | yes | The unique identifier of the item receipt to retrieve, formatted as a UUID. |
No output schema declared.
No examples provided.
get_location Get Location ~46
Retrieve a specific location by its unique identifier. Returns detailed information about the requested location.
| Name | Type | Req | Description |
|---|---|---|---|
| location_id | string | yes | The unique identifier of the location to retrieve, formatted as a UUID. |
No output schema declared.
No examples provided.
get_memo Get Memo ~45
Retrieve a transaction memo by its unique identifier. Returns the memo details associated with the specified transaction.
| Name | Type | Req | Description |
|---|---|---|---|
| transaction_id | string | yes | The unique identifier of the transaction in UUID format. |
No output schema declared.
No examples provided.
get_purchase_order Get Purchase Order ~58
Retrieve a single purchase order by its unique identifier. Returns the complete purchase order details including line items, pricing, and status information.
| Name | Type | Req | Description |
|---|---|---|---|
| purchase_order_id | string | yes | The unique identifier of the purchase order to retrieve, formatted as a UUID. |
No output schema declared.
No examples provided.
get_receipt Get Receipt ~50
Retrieve a single receipt by its unique identifier. Returns the complete receipt details for the specified receipt ID.
| Name | Type | Req | Description |
|---|---|---|---|
| receipt_id | string | yes | The unique identifier of the receipt to retrieve, formatted as a UUID. |
No output schema declared.
No examples provided.
get_reimbursement Get Reimbursement ~37
Retrieve detailed information about a specific reimbursement by its unique identifier.
| Name | Type | Req | Description |
|---|---|---|---|
| reimbursement_id | string | yes | The unique identifier of the reimbursement to retrieve. |
No output schema declared.
No examples provided.
get_spend_limit Get Spend Limit ~49
Retrieve details for a specific spending limit by its ID. Use this to fetch current limit configuration and status.
| Name | Type | Req | Description |
|---|---|---|---|
| spend_limit_id | string | yes | The unique identifier of the spending limit to retrieve. |
No output schema declared.
No examples provided.
get_spend_limit_deferred_task_status Get Spend Limit Deferred Task Status ~59
Retrieve the current status of a deferred spend limit task. Use this to check the progress and outcome of asynchronous spend limit operations.
| Name | Type | Req | Description |
|---|---|---|---|
| task_id | string | yes | The unique identifier of the deferred task, provided as a UUID. |
No output schema declared.
No examples provided.
get_spend_program Get Spend Program ~41
Retrieve detailed information about a specific spend program by its unique identifier.
| Name | Type | Req | Description |
|---|---|---|---|
| spend_program_id | string | yes | The unique identifier of the spend program to retrieve. |
No output schema declared.
No examples provided.
get_statement Get Statement ~67
Retrieve a specific statement by its unique identifier. Use this to fetch detailed information about a previously created or stored statement.
| Name | Type | Req | Description |
|---|---|---|---|
| statement_id | string | yes | The unique identifier of the statement to retrieve. This ID is typically provided when a statement is created or can be obtained from a list of statements. |
No output schema declared.
No examples provided.
get_tax_code_field Get Tax Code Field ~35
Retrieve the tax code accounting field configured for the current accounting connection. This field is used to classify transactions for tax reporting purposes.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_transaction Get Transaction ~81
Retrieve detailed information about a specific transaction by its ID. Optionally include merchant-provided purchase data for comprehensive transaction context.
| Name | Type | Req | Description |
|---|---|---|---|
| include_merchant_data | boolean | – | When enabled, includes all purchase data provided by the merchant, such as item details, categories, and merchant-specific metadata. |
| transaction_id | string | yes | The unique identifier of the transaction to retrieve. |
No output schema declared.
No examples provided.
get_transfer Get Transfer ~56
Retrieve details of a specific transfer payment by its unique identifier. Use this to check the status, amount, and other metadata of a completed or pending transfer.
| Name | Type | Req | Description |
|---|---|---|---|
| transfer_id | string | yes | The unique identifier of the transfer payment to retrieve. |
No output schema declared.
No examples provided.
get_trip Get Trip ~41
Retrieve detailed information about a specific trip using its unique identifier.
| Name | Type | Req | Description |
|---|---|---|---|
| trip_id | string | yes | The unique identifier of the trip to retrieve, formatted as a UUID. |
No output schema declared.
No examples provided.
get_user Get User ~41
Retrieve a specific user's profile and details by their unique identifier.
| Name | Type | Req | Description |
|---|---|---|---|
| user_id | string | yes | The unique identifier of the user to retrieve, formatted as a UUID. |
No output schema declared.
No examples provided.
get_vendor Get Vendor ~39
Retrieve detailed information about a specific vendor by its unique identifier.
| Name | Type | Req | Description |
|---|---|---|---|
| vendor_id | string | yes | The unique identifier of the vendor, formatted as a UUID. |
No output schema declared.
No examples provided.
get_vendor_accounting Get Vendor Accounting ~42
Retrieve detailed information about a specific accounting vendor by its unique identifier.
| Name | Type | Req | Description |
|---|---|---|---|
| vendor_id | string | yes | The unique identifier (UUID) of the vendor to retrieve. |
No output schema declared.
No examples provided.
get_vendor_bank_account Get Vendor Bank Account ~84
Retrieve detailed information about a specific bank account associated with a vendor. Use this to access bank account details for payment processing or vendor management purposes.
| Name | Type | Req | Description |
|---|---|---|---|
| bank_account_id | string | yes | The unique identifier (UUID) of the vendor whose bank account you want to retrieve. |
| vendor_id | string | yes | The unique identifier (UUID) of the specific bank account to fetch. |
No output schema declared.
No examples provided.
get_vendor_contact Get Vendor Contact ~81
Retrieve a specific contact person associated with a vendor. Requires both the vendor ID and the contact ID to identify the exact contact record.
| Name | Type | Req | Description |
|---|---|---|---|
| vendor_contact_id | string | yes | The unique identifier of the vendor contact to retrieve, formatted as a UUID. |
| vendor_id | string | yes | The unique identifier of the vendor that owns the contact, formatted as a UUID. |
No output schema declared.
No examples provided.
get_vendor_credit Get Vendor Credit ~43
Retrieve detailed information about a specific vendor credit by its unique identifier.
| Name | Type | Req | Description |
|---|---|---|---|
| vendor_credit_id | string | yes | The unique identifier (UUID) of the vendor credit to retrieve. |
No output schema declared.
No examples provided.
get_webhook_subscription Get Webhook Subscription ~53
Retrieve a specific outbound webhook subscription by its unique identifier. Use this to inspect the configuration and status of a webhook.
| Name | Type | Req | Description |
|---|---|---|---|
| webhook_id | string | yes | The unique identifier (UUID) of the webhook subscription to retrieve. |
No output schema declared.
No examples provided.
list_accounting_connections List Accounting Connections ~34
Retrieve all accounting connections configured for the current business. This returns a complete list of integrated accounting systems and their connection details.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
list_audit_log_events List Audit Log Events ~178
Retrieve a paginated list of audit log events with optional filtering by user, actor type, and event type. Use this to track system activities and changes across your organization.
| Name | Type | Req | Description |
|---|---|---|---|
| event_actor_types | array | – | Filter results to only include events from specific actor types (e.g., user, system, service). Provide an array of actor type values. |
| event_types | array | – | Filter results to only include specific event types (e.g., login, create, delete, update). Provide an array of event type values. |
| page_size | integer | – | Number of results to return per page. Must be between 2 and 100 results; defaults to 20 if not specified. |
| user_ids | array | – | Filter results to only include events attributed to specific users. Provide an array of user IDs to narrow the results. |
No output schema declared.
No examples provided.
list_bank_accounts List Bank Accounts ~68
Retrieve a paginated list of bank accounts associated with the authenticated user or organization. Results are returned in pages with configurable size.
| Name | Type | Req | Description |
|---|---|---|---|
| page_size | integer | – | Number of bank accounts to return per page. Must be between 2 and 100 results; defaults to 20 if not specified. |
No output schema declared.
No examples provided.
list_bills_with_pagination List Bills with Pagination ~673
Retrieve a paginated list of bills with flexible filtering by entity, vendor, payment status, approval status, dates, amounts, and accounting sync configuration. Supports searching by identifiers and status summaries.
| Name | Type | Req | Description |
|---|---|---|---|
| accounting_field_selection_id | string | – | Filter to bills coded with a specific accounting field selection (UUID format). |
| approval_status | string | – | Filter by bill approval status. Valid values are: APPROVED, INITIALIZED, PENDING, REJECTED, or TERMINATED. This is distinct from payment release approval status. |
| customer_friendly_payment_id | string | – | Filter by exact customer-friendly payment ID to retrieve all bills in the same payment or batch payment group. |
| draft_bill_id | string | – | Filter by exact draft bill ID (UUID format). |
| entity_id | string | – | Filter results to bills associated with a specific entity (UUID format). |
| from_due_date | string | – | Return only bills with a due date on or after this date. Provide as an ISO 8601 datetime string. |
| from_issued_date | string | – | Return only bills with an issue date on or after this date. Provide as an ISO 8601 datetime string. |
| from_paid_at | string | – | Return only bills with a payment date on or after this date. Provide as an ISO 8601 datetime string. |
| invoice_number | string | – | Filter by exact invoice number. |
| is_accounting_sync_enabled | boolean | – | Filter by ERP sync configuration: true returns only bills configured to sync to the ERP, false returns only bills excluded from sync. |
| is_archived | boolean | – | Include archived (deleted) bills in results instead of active bills. Defaults to false. |
| max_amount | string | – | Return only bills with an amount less than or equal to this value. Accepts numeric values. |
| min_amount | string | – | Return only bills with an amount greater than or equal to this value. Accepts numeric values. |
| page_size | integer | – | Number of results per page. Must be between 2 and 100. Defaults to 20 if not specified. |
| payment_id | string | – | Filter by payment ID (UUID format) to retrieve all bills belonging to the same payment. |
| payment_status | string | – | Filter by payment status. Valid values are: OPEN (unpaid) or PAID. |
| remote_id | string | – | Filter by exact remote ID from an external system. |
| status_summaries | array | – | Filter by one or more bill status summaries. Provide as a comma-separated list of status values. |
| sync_status | string | – | Filter by ERP sync status. Valid values are: BILL_AND_PAYMENT_SYNCED, BILL_SYNCED, or NOT_SYNCED. |
| to_due_date | string | – | Return only bills with a due date on or before this date. Provide as an ISO 8601 datetime string. |
| to_issued_date | string | – | Return only bills with an issue date on or before this date. Provide as an ISO 8601 datetime string. |
| to_paid_at | string | – | Return only bills with a payment date on or before this date. Provide as an ISO 8601 datetime string. |
| vendor_id | string | – | Filter results to bills from a specific vendor (UUID format). |
No output schema declared.
No examples provided.
list_cards List Cards ~148
Retrieve a paginated list of cards with optional filtering by entity, user, activation status, and termination status.
| Name | Type | Req | Description |
|---|---|---|---|
| entity_id | string | – | Filter results to cards belonging to a specific business entity, specified as a UUID. |
| is_activated | boolean | – | Filter to show only activated cards. Defaults to true if not specified. |
| is_terminated | boolean | – | Filter to show only terminated cards. Defaults to false if not specified. |
| page_size | integer | – | Number of results per page, between 2 and 100 inclusive. Defaults to 20 if not specified. |
| user_id | string | – | Filter results to cards owned by a specific user, specified as a UUID. |
No output schema declared.
No examples provided.
list_cashbacks List Cashbacks ~163
Retrieve a paginated list of cashback payments with optional filtering by sync status, business entity, or statement inclusion.
| Name | Type | Req | Description |
|---|---|---|---|
| entity_id | string | – | Filter cashbacks to those associated with a specific business entity, specified as a UUID. |
| page_size | integer | – | Number of results per page, between 2 and 100 inclusive. Defaults to 20 if not specified. |
| statement_id | string | – | Filter cashbacks to only those included in a specific statement, specified as a UUID. |
| sync_status | string | – | Filter results by synchronization status. Use NOT_SYNC_READY for cashbacks pending sync, SYNC_READY for those ready to sync, or SYNCED for already synchronized cashbacks. When provided, this filter t… |
No output schema declared.
No examples provided.
What is the com.mcparmory/ramp MCP server?
com.mcparmory/ramp is an MCP server listed in the public MCP registry as com.mcparmory/ramp. Manage expenses, corporate cards, accounts payable, and accounting integrations. This page covers its PyPI package (mcparmory-ramp).
Is the com.mcparmory/ramp MCP server safe to use?
com.mcparmory/ramp scores 61 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the com.mcparmory/ramp MCP server expose?
com.mcparmory/ramp exposes 186 tools: list_gl_accounts, create_gl_accounts, get_gl_account, update_gl_account, delete_gl_account, and 181 more. Their descriptions and schemas cost roughly 24,416 tokens of context every time the server is loaded.
Is the com.mcparmory/ramp MCP server still maintained?
com.mcparmory/ramp is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.